Shades of Tea Green #C9EAC2
Tints of Tea Green #C9EAC2
RGB
CMYK
RGB Variations
Color information
#C9EAC2 (or 0xC9EAC2) is known color: Tea Green. HEX triplet: C9, EA and C2. RGB value is (201,234,194). Sum of RGB (Red+Green+Blue) = 201+234+194=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EAC2 is #36153D. Grayscale: #DBDBDB. Windows color (decimal): -3544382 or 12774089. OLE color: 12774089.
HSL color Cylindrical-coordinate representation of color #C9EAC2: hue angle of 109.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9EAC2 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 194 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.08 |
| HSL | 109.5º | 0.49% | 0.84% | - |
| HSV(B) | 109.5º | 0.17% | 0.92% | - |
| XYZ | 63.25 | 75.16 | 62.21 | - |
| YUV | 219.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 194 | 0.14 | 0 | 0.17 | 0.08 | 109.5 | 0.49 | 0.84 |
| Hex | C9 | EA | C2 | E | 0 | 11 | 8 | 6E | 31 | 54 |
| Octal | 311 | 352 | 302 | 16 | 0 | 21 | 10 | 156 | 61 | 124 |
| Binary | 11001001 | 11101010 | 11000010 | 1110 | 0 | 10001 | 1000 | 1101110 | 110001 | 1010100 |
Color Harmonies of #C9EAC2
Complementary color
Monochromatic Colors of #C9EAC2
Black with #C9EAC2
Text Example
Text Example
White with #C9EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EAC2; }
p { color: rgb(201,234,194); }
H1.HeaderClassName
{
color: #C9EAC2;
}
.AnyTagClassName
{
color: #C9EAC2;
}
</style>
background-color css
<style>
a { background-color: #C9EAC2; }
a { background-color: rgb(201,234,194); }
div.DivClassName
{
background-color: #C9EAC2;
}
.BgClassName
{
background-color: #C9EAC2;
}
</style>
border-color css
<style>
span { border-color: #C9EAC2; }
span { border-color: rgb(201,234,194); }
td.TdClassName
{
border-color: #C9EAC2;
}
.TagClassName
{
border-color: #C9EAC2;
}
</style>