Shades of Tea Green #C9EEB0
Tints of Tea Green #C9EEB0
RGB
CMYK
RGB Variations
Color information
#C9EEB0 (or 0xC9EEB0) is known color: Tea Green. HEX triplet: C9, EE and B0. RGB value is (201,238,176). Sum of RGB (Red+Green+Blue) = 201+238+176=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EEB0 is #36114F. Grayscale: #DCDCDC. Windows color (decimal): -3543376 or 11595465. OLE color: 11595465.
HSL color Cylindrical-coordinate representation of color #C9EEB0: hue angle of 95.81º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9EEB0 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 176 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.07 |
| HSL | 95.81º | 0.65% | 0.81% | - |
| HSV(B) | 95.81º | 0.26% | 0.93% | - |
| XYZ | 62.5 | 76.7 | 52.59 | - |
| YUV | 219.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 176 | 0.16 | 0 | 0.26 | 0.07 | 95.81 | 0.65 | 0.81 |
| Hex | C9 | EE | B0 | 10 | 0 | 1A | 7 | 60 | 41 | 51 |
| Octal | 311 | 356 | 260 | 20 | 0 | 32 | 7 | 140 | 101 | 121 |
| Binary | 11001001 | 11101110 | 10110000 | 10000 | 0 | 11010 | 111 | 1100000 | 1000001 | 1010001 |
Color Harmonies of #C9EEB0
Complementary color
Monochromatic Colors of #C9EEB0
Black with #C9EEB0
Text Example
Text Example
White with #C9EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EEB0; }
p { color: rgb(201,238,176); }
H1.HeaderClassName
{
color: #C9EEB0;
}
.AnyTagClassName
{
color: #C9EEB0;
}
</style>
background-color css
<style>
a { background-color: #C9EEB0; }
a { background-color: rgb(201,238,176); }
div.DivClassName
{
background-color: #C9EEB0;
}
.BgClassName
{
background-color: #C9EEB0;
}
</style>
border-color css
<style>
span { border-color: #C9EEB0; }
span { border-color: rgb(201,238,176); }
td.TdClassName
{
border-color: #C9EEB0;
}
.TagClassName
{
border-color: #C9EEB0;
}
</style>