Shades of Tea Green #CEF0C5
Tints of Tea Green #CEF0C5
RGB
CMYK
RGB Variations
Color information
#CEF0C5 (or 0xCEF0C5) is known color: Tea Green. HEX triplet: CE, F0 and C5. RGB value is (206,240,197). Sum of RGB (Red+Green+Blue) = 206+240+197=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0C5 is #310F3A. Grayscale: #E1E1E1. Windows color (decimal): -3215163 or 12972238. OLE color: 12972238.
HSL color Cylindrical-coordinate representation of color #CEF0C5: hue angle of 107.44º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF0C5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 197 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.06 |
| HSL | 107.44º | 0.59% | 0.86% | - |
| HSV(B) | 107.44º | 0.18% | 0.94% | - |
| XYZ | 66.69 | 79.47 | 64.65 | - |
| YUV | 224.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 197 | 0.14 | 0 | 0.18 | 0.06 | 107.44 | 0.59 | 0.86 |
| Hex | CE | F0 | C5 | E | 0 | 12 | 6 | 6B | 3B | 56 |
| Octal | 316 | 360 | 305 | 16 | 0 | 22 | 6 | 153 | 73 | 126 |
| Binary | 11001110 | 11110000 | 11000101 | 1110 | 0 | 10010 | 110 | 1101011 | 111011 | 1010110 |
Color Harmonies of #CEF0C5
Complementary color
Monochromatic Colors of #CEF0C5
Black with #CEF0C5
Text Example
Text Example
White with #CEF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0C5; }
p { color: rgb(206,240,197); }
H1.HeaderClassName
{
color: #CEF0C5;
}
.AnyTagClassName
{
color: #CEF0C5;
}
</style>
background-color css
<style>
a { background-color: #CEF0C5; }
a { background-color: rgb(206,240,197); }
div.DivClassName
{
background-color: #CEF0C5;
}
.BgClassName
{
background-color: #CEF0C5;
}
</style>
border-color css
<style>
span { border-color: #CEF0C5; }
span { border-color: rgb(206,240,197); }
td.TdClassName
{
border-color: #CEF0C5;
}
.TagClassName
{
border-color: #CEF0C5;
}
</style>