Shades of Tea Green #CEEEC0
Tints of Tea Green #CEEEC0
RGB
CMYK
RGB Variations
Color information
#CEEEC0 (or 0xCEEEC0) is known color: Tea Green. HEX triplet: CE, EE and C0. RGB value is (206,238,192). Sum of RGB (Red+Green+Blue) = 206+238+192=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEC0 is #31113F. Grayscale: #DFDFDF. Windows color (decimal): -3215680 or 12644046. OLE color: 12644046.
HSL color Cylindrical-coordinate representation of color #CEEEC0: hue angle of 101.74º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEEC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 192 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 101.74º | 0.58% | 0.84% | - |
| HSV(B) | 101.74º | 0.19% | 0.93% | - |
| XYZ | 65.54 | 78.08 | 61.49 | - |
| YUV | 223.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 192 | 0.13 | 0 | 0.19 | 0.07 | 101.74 | 0.58 | 0.84 |
| Hex | CE | EE | C0 | D | 0 | 13 | 7 | 66 | 3A | 54 |
| Octal | 316 | 356 | 300 | 15 | 0 | 23 | 7 | 146 | 72 | 124 |
| Binary | 11001110 | 11101110 | 11000000 | 1101 | 0 | 10011 | 111 | 1100110 | 111010 | 1010100 |
Color Harmonies of #CEEEC0
Complementary color
Monochromatic Colors of #CEEEC0
Black with #CEEEC0
Text Example
Text Example
White with #CEEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEC0; }
p { color: rgb(206,238,192); }
H1.HeaderClassName
{
color: #CEEEC0;
}
.AnyTagClassName
{
color: #CEEEC0;
}
</style>
background-color css
<style>
a { background-color: #CEEEC0; }
a { background-color: rgb(206,238,192); }
div.DivClassName
{
background-color: #CEEEC0;
}
.BgClassName
{
background-color: #CEEEC0;
}
</style>
border-color css
<style>
span { border-color: #CEEEC0; }
span { border-color: rgb(206,238,192); }
td.TdClassName
{
border-color: #CEEEC0;
}
.TagClassName
{
border-color: #CEEEC0;
}
</style>