| Name | RGB | Hex |
|---|
Colors on the web are expressed as string values, either as a common color name, or as a triplet of values that signify the amounts of red, green and blue in the color. These are all valid ways to indicate the same color:
Browsers understand the strings 'transparent' and 'inherit' as a background-color style property.
This allows the background of the element's containing element to show through.
The W3 recommends compliance for a basic set of color names:
aqua____
black____
blue____
fuchsia____
gray____
green____
lime____
maroon____
navy____
olive____
purple____
red____
silver____
teal____
white____
yellow____