Shades of Tea Green #C9F5BD
Tints of Tea Green #C9F5BD
RGB
CMYK
RGB Variations
Color information
#C9F5BD (or 0xC9F5BD) is known color: Tea Green. HEX triplet: C9, F5 and BD. RGB value is (201,245,189). Sum of RGB (Red+Green+Blue) = 201+245+189=635 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.65% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F5BD is #360A42. Grayscale: #E1E1E1. Windows color (decimal): -3541571 or 12449225. OLE color: 12449225.
HSL color Cylindrical-coordinate representation of color #C9F5BD: hue angle of 107.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9F5BD is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 189 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.04 |
| HSL | 107.14º | 0.74% | 0.85% | - |
| HSV(B) | 107.14º | 0.23% | 0.96% | - |
| XYZ | 65.93 | 81.4 | 60.38 | - |
| YUV | 225.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 189 | 0.18 | 0 | 0.23 | 0.04 | 107.14 | 0.74 | 0.85 |
| Hex | C9 | F5 | BD | 12 | 0 | 17 | 4 | 6B | 4A | 55 |
| Octal | 311 | 365 | 275 | 22 | 0 | 27 | 4 | 153 | 112 | 125 |
| Binary | 11001001 | 11110101 | 10111101 | 10010 | 0 | 10111 | 100 | 1101011 | 1001010 | 1010101 |
Color Harmonies of #C9F5BD
Complementary color
Monochromatic Colors of #C9F5BD
Black with #C9F5BD
Text Example
Text Example
White with #C9F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F5BD; }
p { color: rgb(201,245,189); }
H1.HeaderClassName
{
color: #C9F5BD;
}
.AnyTagClassName
{
color: #C9F5BD;
}
</style>
background-color css
<style>
a { background-color: #C9F5BD; }
a { background-color: rgb(201,245,189); }
div.DivClassName
{
background-color: #C9F5BD;
}
.BgClassName
{
background-color: #C9F5BD;
}
</style>
border-color css
<style>
span { border-color: #C9F5BD; }
span { border-color: rgb(201,245,189); }
td.TdClassName
{
border-color: #C9F5BD;
}
.TagClassName
{
border-color: #C9F5BD;
}
</style>