Shades of Tea Green #C9ECC2
Tints of Tea Green #C9ECC2
RGB
CMYK
RGB Variations
Color information
#C9ECC2 (or 0xC9ECC2) is known color: Tea Green. HEX triplet: C9, EC and C2. RGB value is (201,236,194). Sum of RGB (Red+Green+Blue) = 201+236+194=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #C9ECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9ECC2 is #36133D. Grayscale: #DCDCDC. Windows color (decimal): -3543870 or 12774601. OLE color: 12774601.
HSL color Cylindrical-coordinate representation of color #C9ECC2: hue angle of 110º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9ECC2 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 236 | 194 | - |
CMYK | 0.15 | 0 | 0.18 | 0.07 |
HSL | 110º | 0.53% | 0.84% | - |
HSV(B) | 110º | 0.18% | 0.93% | - |
XYZ | 63.82 | 76.3 | 62.4 | - |
YUV | 220.75 | 112.9 | 113.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 236 | 194 | 0.15 | 0 | 0.18 | 0.07 | 110 | 0.53 | 0.84 |
Hex | C9 | EC | C2 | F | 0 | 12 | 7 | 6E | 34 | 54 |
Octal | 311 | 354 | 302 | 17 | 0 | 22 | 7 | 156 | 64 | 124 |
Binary | 11001001 | 11101100 | 11000010 | 1111 | 0 | 10010 | 111 | 1101110 | 110100 | 1010100 |
Color Harmonies of #C9ECC2
Complementary color
Monochromatic Colors of #C9ECC2
Black with #C9ECC2
Text Example
Text Example
White with #C9ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECC2; }
p { color: rgb(201,236,194); }
H1.HeaderClassName
{
color: #C9ECC2;
}
.AnyTagClassName
{
color: #C9ECC2;
}
</style>
background-color css
<style>
a { background-color: #C9ECC2; }
a { background-color: rgb(201,236,194); }
div.DivClassName
{
background-color: #C9ECC2;
}
.BgClassName
{
background-color: #C9ECC2;
}
</style>
border-color css
<style>
span { border-color: #C9ECC2; }
span { border-color: rgb(201,236,194); }
td.TdClassName
{
border-color: #C9ECC2;
}
.TagClassName
{
border-color: #C9ECC2;
}
</style>