Shades of Tea Green #CEF7C0
Tints of Tea Green #CEF7C0
RGB
CMYK
RGB Variations
Color information
#CEF7C0 (or 0xCEF7C0) is known color: Tea Green. HEX triplet: CE, F7 and C0. RGB value is (206,247,192). Sum of RGB (Red+Green+Blue) = 206+247+192=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF7C0 is #31083F. Grayscale: #E4E4E4. Windows color (decimal): -3213376 or 12646350. OLE color: 12646350.
HSL color Cylindrical-coordinate representation of color #CEF7C0: hue angle of 104.73º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEF7C0 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 192 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.03 |
| HSL | 104.73º | 0.77% | 0.86% | - |
| HSV(B) | 104.73º | 0.22% | 0.97% | - |
| XYZ | 68.23 | 83.45 | 62.38 | - |
| YUV | 228.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 192 | 0.17 | 0 | 0.22 | 0.03 | 104.73 | 0.77 | 0.86 |
| Hex | CE | F7 | C0 | 11 | 0 | 16 | 3 | 69 | 4D | 56 |
| Octal | 316 | 367 | 300 | 21 | 0 | 26 | 3 | 151 | 115 | 126 |
| Binary | 11001110 | 11110111 | 11000000 | 10001 | 0 | 10110 | 11 | 1101001 | 1001101 | 1010110 |
Color Harmonies of #CEF7C0
Complementary color
Monochromatic Colors of #CEF7C0
Black with #CEF7C0
Text Example
Text Example
White with #CEF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF7C0; }
p { color: rgb(206,247,192); }
H1.HeaderClassName
{
color: #CEF7C0;
}
.AnyTagClassName
{
color: #CEF7C0;
}
</style>
background-color css
<style>
a { background-color: #CEF7C0; }
a { background-color: rgb(206,247,192); }
div.DivClassName
{
background-color: #CEF7C0;
}
.BgClassName
{
background-color: #CEF7C0;
}
</style>
border-color css
<style>
span { border-color: #CEF7C0; }
span { border-color: rgb(206,247,192); }
td.TdClassName
{
border-color: #CEF7C0;
}
.TagClassName
{
border-color: #CEF7C0;
}
</style>