Shades of Tea Green #C9E9BA
Tints of Tea Green #C9E9BA
RGB
CMYK
RGB Variations
Color information
#C9E9BA (or 0xC9E9BA) is known color: Tea Green. HEX triplet: C9, E9 and BA. RGB value is (201,233,186). Sum of RGB (Red+Green+Blue) = 201+233+186=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9E9BA is #361645. Grayscale: #DADADA. Windows color (decimal): -3544646 or 12249545. OLE color: 12249545.
HSL color Cylindrical-coordinate representation of color #C9E9BA: hue angle of 100.85º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9E9BA is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 186 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.09 |
| HSL | 100.85º | 0.52% | 0.82% | - |
| HSV(B) | 100.85º | 0.2% | 0.91% | - |
| XYZ | 62.09 | 74.24 | 57.51 | - |
| YUV | 218.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 186 | 0.14 | 0 | 0.20 | 0.09 | 100.85 | 0.52 | 0.82 |
| Hex | C9 | E9 | BA | E | 0 | 14 | 9 | 65 | 34 | 52 |
| Octal | 311 | 351 | 272 | 16 | 0 | 24 | 11 | 145 | 64 | 122 |
| Binary | 11001001 | 11101001 | 10111010 | 1110 | 0 | 10100 | 1001 | 1100101 | 110100 | 1010010 |
Color Harmonies of #C9E9BA
Complementary color
Monochromatic Colors of #C9E9BA
Black with #C9E9BA
Text Example
Text Example
White with #C9E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E9BA; }
p { color: rgb(201,233,186); }
H1.HeaderClassName
{
color: #C9E9BA;
}
.AnyTagClassName
{
color: #C9E9BA;
}
</style>
background-color css
<style>
a { background-color: #C9E9BA; }
a { background-color: rgb(201,233,186); }
div.DivClassName
{
background-color: #C9E9BA;
}
.BgClassName
{
background-color: #C9E9BA;
}
</style>
border-color css
<style>
span { border-color: #C9E9BA; }
span { border-color: rgb(201,233,186); }
td.TdClassName
{
border-color: #C9E9BA;
}
.TagClassName
{
border-color: #C9E9BA;
}
</style>