Shades of Tea Green #C9ECAF
Tints of Tea Green #C9ECAF
RGB
CMYK
RGB Variations
Color information
#C9ECAF (or 0xC9ECAF) is known color: Tea Green. HEX triplet: C9, EC and AF. RGB value is (201,236,175). Sum of RGB (Red+Green+Blue) = 201+236+175=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #C9ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9ECAF is #361350. Grayscale: #DADADA. Windows color (decimal): -3543889 or 11529417. OLE color: 11529417.
HSL color Cylindrical-coordinate representation of color #C9ECAF: hue angle of 94.43º degrees, saturation: 0.62, 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 #C9ECAF is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 175 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.07 |
| HSL | 94.43º | 0.62% | 0.81% | - |
| HSV(B) | 94.43º | 0.26% | 0.93% | - |
| XYZ | 61.82 | 75.5 | 51.87 | - |
| YUV | 218.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 175 | 0.15 | 0 | 0.26 | 0.07 | 94.43 | 0.62 | 0.81 |
| Hex | C9 | EC | AF | F | 0 | 1A | 7 | 5E | 3E | 51 |
| Octal | 311 | 354 | 257 | 17 | 0 | 32 | 7 | 136 | 76 | 121 |
| Binary | 11001001 | 11101100 | 10101111 | 1111 | 0 | 11010 | 111 | 1011110 | 111110 | 1010001 |
Color Harmonies of #C9ECAF
Complementary color
Monochromatic Colors of #C9ECAF
Black with #C9ECAF
Text Example
Text Example
White with #C9ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECAF; }
p { color: rgb(201,236,175); }
H1.HeaderClassName
{
color: #C9ECAF;
}
.AnyTagClassName
{
color: #C9ECAF;
}
</style>
background-color css
<style>
a { background-color: #C9ECAF; }
a { background-color: rgb(201,236,175); }
div.DivClassName
{
background-color: #C9ECAF;
}
.BgClassName
{
background-color: #C9ECAF;
}
</style>
border-color css
<style>
span { border-color: #C9ECAF; }
span { border-color: rgb(201,236,175); }
td.TdClassName
{
border-color: #C9ECAF;
}
.TagClassName
{
border-color: #C9ECAF;
}
</style>