Shades of Tea Green #C9EAAF
Tints of Tea Green #C9EAAF
RGB
CMYK
RGB Variations
Color information
#C9EAAF (or 0xC9EAAF) is known color: Tea Green. HEX triplet: C9, EA and AF. RGB value is (201,234,175). Sum of RGB (Red+Green+Blue) = 201+234+175=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EAAF is #361550. Grayscale: #D9D9D9. Windows color (decimal): -3544401 or 11528905. OLE color: 11528905.
HSL color Cylindrical-coordinate representation of color #C9EAAF: hue angle of 93.56º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9EAAF is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 175 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.08 |
| HSL | 93.56º | 0.58% | 0.8% | - |
| HSV(B) | 93.56º | 0.25% | 0.92% | - |
| XYZ | 61.25 | 74.36 | 51.68 | - |
| YUV | 217.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 175 | 0.14 | 0 | 0.25 | 0.08 | 93.56 | 0.58 | 0.8 |
| Hex | C9 | EA | AF | E | 0 | 19 | 8 | 5E | 3A | 50 |
| Octal | 311 | 352 | 257 | 16 | 0 | 31 | 10 | 136 | 72 | 120 |
| Binary | 11001001 | 11101010 | 10101111 | 1110 | 0 | 11001 | 1000 | 1011110 | 111010 | 1010000 |
Color Harmonies of #C9EAAF
Complementary color
Monochromatic Colors of #C9EAAF
Black with #C9EAAF
Text Example
Text Example
White with #C9EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EAAF; }
p { color: rgb(201,234,175); }
H1.HeaderClassName
{
color: #C9EAAF;
}
.AnyTagClassName
{
color: #C9EAAF;
}
</style>
background-color css
<style>
a { background-color: #C9EAAF; }
a { background-color: rgb(201,234,175); }
div.DivClassName
{
background-color: #C9EAAF;
}
.BgClassName
{
background-color: #C9EAAF;
}
</style>
border-color css
<style>
span { border-color: #C9EAAF; }
span { border-color: rgb(201,234,175); }
td.TdClassName
{
border-color: #C9EAAF;
}
.TagClassName
{
border-color: #C9EAAF;
}
</style>