Shades of Tea Green #CEF0C0
Tints of Tea Green #CEF0C0
RGB
CMYK
RGB Variations
Color information
#CEF0C0 (or 0xCEF0C0) is known color: Tea Green. HEX triplet: CE, F0 and C0. RGB value is (206,240,192). Sum of RGB (Red+Green+Blue) = 206+240+192=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0C0 is #310F3F. Grayscale: #E0E0E0. Windows color (decimal): -3215168 or 12644558. OLE color: 12644558.
HSL color Cylindrical-coordinate representation of color #CEF0C0: hue angle of 102.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEF0C0 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 192 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.06 |
| HSL | 102.5º | 0.62% | 0.85% | - |
| HSV(B) | 102.5º | 0.2% | 0.94% | - |
| XYZ | 66.13 | 79.25 | 61.68 | - |
| YUV | 224.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 192 | 0.14 | 0 | 0.20 | 0.06 | 102.5 | 0.62 | 0.85 |
| Hex | CE | F0 | C0 | E | 0 | 14 | 6 | 66 | 3E | 55 |
| Octal | 316 | 360 | 300 | 16 | 0 | 24 | 6 | 146 | 76 | 125 |
| Binary | 11001110 | 11110000 | 11000000 | 1110 | 0 | 10100 | 110 | 1100110 | 111110 | 1010101 |
Color Harmonies of #CEF0C0
Complementary color
Monochromatic Colors of #CEF0C0
Black with #CEF0C0
Text Example
Text Example
White with #CEF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0C0; }
p { color: rgb(206,240,192); }
H1.HeaderClassName
{
color: #CEF0C0;
}
.AnyTagClassName
{
color: #CEF0C0;
}
</style>
background-color css
<style>
a { background-color: #CEF0C0; }
a { background-color: rgb(206,240,192); }
div.DivClassName
{
background-color: #CEF0C0;
}
.BgClassName
{
background-color: #CEF0C0;
}
</style>
border-color css
<style>
span { border-color: #CEF0C0; }
span { border-color: rgb(206,240,192); }
td.TdClassName
{
border-color: #CEF0C0;
}
.TagClassName
{
border-color: #CEF0C0;
}
</style>