Shades of Tea Green #CEF0C3
Tints of Tea Green #CEF0C3
RGB
CMYK
RGB Variations
Color information
#CEF0C3 (or 0xCEF0C3) is known color: Tea Green. HEX triplet: CE, F0 and C3. RGB value is (206,240,195). Sum of RGB (Red+Green+Blue) = 206+240+195=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0C3 is #310F3C. Grayscale: #E0E0E0. Windows color (decimal): -3215165 or 12841166. OLE color: 12841166.
HSL color Cylindrical-coordinate representation of color #CEF0C3: hue angle of 105.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEF0C3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 195 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.06 |
| HSL | 105.33º | 0.6% | 0.85% | - |
| HSV(B) | 105.33º | 0.19% | 0.94% | - |
| XYZ | 66.46 | 79.38 | 63.45 | - |
| YUV | 224.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 195 | 0.14 | 0 | 0.19 | 0.06 | 105.33 | 0.6 | 0.85 |
| Hex | CE | F0 | C3 | E | 0 | 13 | 6 | 69 | 3C | 55 |
| Octal | 316 | 360 | 303 | 16 | 0 | 23 | 6 | 151 | 74 | 125 |
| Binary | 11001110 | 11110000 | 11000011 | 1110 | 0 | 10011 | 110 | 1101001 | 111100 | 1010101 |
Color Harmonies of #CEF0C3
Complementary color
Monochromatic Colors of #CEF0C3
Black with #CEF0C3
Text Example
Text Example
White with #CEF0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0C3; }
p { color: rgb(206,240,195); }
H1.HeaderClassName
{
color: #CEF0C3;
}
.AnyTagClassName
{
color: #CEF0C3;
}
</style>
background-color css
<style>
a { background-color: #CEF0C3; }
a { background-color: rgb(206,240,195); }
div.DivClassName
{
background-color: #CEF0C3;
}
.BgClassName
{
background-color: #CEF0C3;
}
</style>
border-color css
<style>
span { border-color: #CEF0C3; }
span { border-color: rgb(206,240,195); }
td.TdClassName
{
border-color: #CEF0C3;
}
.TagClassName
{
border-color: #CEF0C3;
}
</style>