Shades of Tea Green #CEE4C0
Tints of Tea Green #CEE4C0
RGB
CMYK
RGB Variations
Color information
#CEE4C0 (or 0xCEE4C0) is known color: Tea Green. HEX triplet: CE, E4 and C0. RGB value is (206,228,192). Sum of RGB (Red+Green+Blue) = 206+228+192=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4C0 is #311B3F. Grayscale: #D9D9D9. Windows color (decimal): -3218240 or 12641486. OLE color: 12641486.
HSL color Cylindrical-coordinate representation of color #CEE4C0: hue angle of 96.67º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE4C0 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 192 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.11 |
| HSL | 96.67º | 0.4% | 0.82% | - |
| HSV(B) | 96.67º | 0.16% | 0.89% | - |
| XYZ | 62.71 | 72.41 | 60.54 | - |
| YUV | 217.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 192 | 0.10 | 0 | 0.16 | 0.11 | 96.67 | 0.4 | 0.82 |
| Hex | CE | E4 | C0 | A | 0 | 10 | B | 61 | 28 | 52 |
| Octal | 316 | 344 | 300 | 12 | 0 | 20 | 13 | 141 | 50 | 122 |
| Binary | 11001110 | 11100100 | 11000000 | 1010 | 0 | 10000 | 1011 | 1100001 | 101000 | 1010010 |
Color Harmonies of #CEE4C0
Complementary color
Monochromatic Colors of #CEE4C0
Black with #CEE4C0
Text Example
Text Example
White with #CEE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4C0; }
p { color: rgb(206,228,192); }
H1.HeaderClassName
{
color: #CEE4C0;
}
.AnyTagClassName
{
color: #CEE4C0;
}
</style>
background-color css
<style>
a { background-color: #CEE4C0; }
a { background-color: rgb(206,228,192); }
div.DivClassName
{
background-color: #CEE4C0;
}
.BgClassName
{
background-color: #CEE4C0;
}
</style>
border-color css
<style>
span { border-color: #CEE4C0; }
span { border-color: rgb(206,228,192); }
td.TdClassName
{
border-color: #CEE4C0;
}
.TagClassName
{
border-color: #CEE4C0;
}
</style>