Shades of Tea Green #C9EABE
Tints of Tea Green #C9EABE
RGB
CMYK
RGB Variations
Color information
#C9EABE (or 0xC9EABE) is known color: Tea Green. HEX triplet: C9, EA and BE. RGB value is (201,234,190). Sum of RGB (Red+Green+Blue) = 201+234+190=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EABE is #361541. Grayscale: #DBDBDB. Windows color (decimal): -3544386 or 12511945. OLE color: 12511945.
HSL color Cylindrical-coordinate representation of color #C9EABE: hue angle of 105º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9EABE is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 190 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.08 |
| HSL | 105º | 0.51% | 0.83% | - |
| HSV(B) | 105º | 0.19% | 0.92% | - |
| XYZ | 62.8 | 74.98 | 59.88 | - |
| YUV | 219.12 | 111.57 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 190 | 0.14 | 0 | 0.19 | 0.08 | 105 | 0.51 | 0.83 |
| Hex | C9 | EA | BE | E | 0 | 13 | 8 | 69 | 33 | 53 |
| Octal | 311 | 352 | 276 | 16 | 0 | 23 | 10 | 151 | 63 | 123 |
| Binary | 11001001 | 11101010 | 10111110 | 1110 | 0 | 10011 | 1000 | 1101001 | 110011 | 1010011 |
Color Harmonies of #C9EABE
Complementary color
Monochromatic Colors of #C9EABE
Black with #C9EABE
Text Example
Text Example
White with #C9EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EABE; }
p { color: rgb(201,234,190); }
H1.HeaderClassName
{
color: #C9EABE;
}
.AnyTagClassName
{
color: #C9EABE;
}
</style>
background-color css
<style>
a { background-color: #C9EABE; }
a { background-color: rgb(201,234,190); }
div.DivClassName
{
background-color: #C9EABE;
}
.BgClassName
{
background-color: #C9EABE;
}
</style>
border-color css
<style>
span { border-color: #C9EABE; }
span { border-color: rgb(201,234,190); }
td.TdClassName
{
border-color: #C9EABE;
}
.TagClassName
{
border-color: #C9EABE;
}
</style>