Shades of Tea Green #C9ECB4
Tints of Tea Green #C9ECB4
RGB
CMYK
RGB Variations
Color information
#C9ECB4 (or 0xC9ECB4) is known color: Tea Green. HEX triplet: C9, EC and B4. RGB value is (201,236,180). Sum of RGB (Red+Green+Blue) = 201+236+180=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #C9ECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9ECB4 is #36134B. Grayscale: #DBDBDB. Windows color (decimal): -3543884 or 11857097. OLE color: 11857097.
HSL color Cylindrical-coordinate representation of color #C9ECB4: hue angle of 97.5º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9ECB4 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 180 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.07 |
| HSL | 97.5º | 0.6% | 0.82% | - |
| HSV(B) | 97.5º | 0.24% | 0.93% | - |
| XYZ | 62.32 | 75.7 | 54.51 | - |
| YUV | 219.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 180 | 0.15 | 0 | 0.24 | 0.07 | 97.5 | 0.6 | 0.82 |
| Hex | C9 | EC | B4 | F | 0 | 18 | 7 | 62 | 3C | 52 |
| Octal | 311 | 354 | 264 | 17 | 0 | 30 | 7 | 142 | 74 | 122 |
| Binary | 11001001 | 11101100 | 10110100 | 1111 | 0 | 11000 | 111 | 1100010 | 111100 | 1010010 |
Color Harmonies of #C9ECB4
Complementary color
Monochromatic Colors of #C9ECB4
Black with #C9ECB4
Text Example
Text Example
White with #C9ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECB4; }
p { color: rgb(201,236,180); }
H1.HeaderClassName
{
color: #C9ECB4;
}
.AnyTagClassName
{
color: #C9ECB4;
}
</style>
background-color css
<style>
a { background-color: #C9ECB4; }
a { background-color: rgb(201,236,180); }
div.DivClassName
{
background-color: #C9ECB4;
}
.BgClassName
{
background-color: #C9ECB4;
}
</style>
border-color css
<style>
span { border-color: #C9ECB4; }
span { border-color: rgb(201,236,180); }
td.TdClassName
{
border-color: #C9ECB4;
}
.TagClassName
{
border-color: #C9ECB4;
}
</style>