Shades of Tea Green #CEECC0
Tints of Tea Green #CEECC0
RGB
CMYK
RGB Variations
Color information
#CEECC0 (or 0xCEECC0) is known color: Tea Green. HEX triplet: CE, EC and C0. RGB value is (206,236,192). Sum of RGB (Red+Green+Blue) = 206+236+192=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECC0 is #31133F. Grayscale: #DEDEDE. Windows color (decimal): -3216192 or 12643534. OLE color: 12643534.
HSL color Cylindrical-coordinate representation of color #CEECC0: hue angle of 100.91º degrees, saturation: 0.54, 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 #CEECC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 192 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 100.91º | 0.54% | 0.84% | - |
| HSV(B) | 100.91º | 0.19% | 0.93% | - |
| XYZ | 64.96 | 76.92 | 61.29 | - |
| YUV | 222.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 192 | 0.13 | 0 | 0.19 | 0.07 | 100.91 | 0.54 | 0.84 |
| Hex | CE | EC | C0 | D | 0 | 13 | 7 | 65 | 36 | 54 |
| Octal | 316 | 354 | 300 | 15 | 0 | 23 | 7 | 145 | 66 | 124 |
| Binary | 11001110 | 11101100 | 11000000 | 1101 | 0 | 10011 | 111 | 1100101 | 110110 | 1010100 |
Color Harmonies of #CEECC0
Complementary color
Monochromatic Colors of #CEECC0
Black with #CEECC0
Text Example
Text Example
White with #CEECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECC0; }
p { color: rgb(206,236,192); }
H1.HeaderClassName
{
color: #CEECC0;
}
.AnyTagClassName
{
color: #CEECC0;
}
</style>
background-color css
<style>
a { background-color: #CEECC0; }
a { background-color: rgb(206,236,192); }
div.DivClassName
{
background-color: #CEECC0;
}
.BgClassName
{
background-color: #CEECC0;
}
</style>
border-color css
<style>
span { border-color: #CEECC0; }
span { border-color: rgb(206,236,192); }
td.TdClassName
{
border-color: #CEECC0;
}
.TagClassName
{
border-color: #CEECC0;
}
</style>