Shades of Tea Green #CCECBF
Tints of Tea Green #CCECBF
RGB
CMYK
RGB Variations
Color information
#CCECBF (or 0xCCECBF) is known color: Tea Green. HEX triplet: CC, EC and BF. RGB value is (204,236,191). Sum of RGB (Red+Green+Blue) = 204+236+191=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBF is #331340. Grayscale: #DDDDDD. Windows color (decimal): -3347265 or 12577996. OLE color: 12577996.
HSL color Cylindrical-coordinate representation of color #CCECBF: hue angle of 102.67º 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 #CCECBF is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 191 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.07 |
| HSL | 102.67º | 0.54% | 0.84% | - |
| HSV(B) | 102.67º | 0.19% | 0.93% | - |
| XYZ | 64.3 | 76.59 | 60.68 | - |
| YUV | 221.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 191 | 0.14 | 0 | 0.19 | 0.07 | 102.67 | 0.54 | 0.84 |
| Hex | CC | EC | BF | E | 0 | 13 | 7 | 67 | 36 | 54 |
| Octal | 314 | 354 | 277 | 16 | 0 | 23 | 7 | 147 | 66 | 124 |
| Binary | 11001100 | 11101100 | 10111111 | 1110 | 0 | 10011 | 111 | 1100111 | 110110 | 1010100 |
Color Harmonies of #CCECBF
Complementary color
Monochromatic Colors of #CCECBF
Black with #CCECBF
Text Example
Text Example
White with #CCECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECBF; }
p { color: rgb(204,236,191); }
H1.HeaderClassName
{
color: #CCECBF;
}
.AnyTagClassName
{
color: #CCECBF;
}
</style>
background-color css
<style>
a { background-color: #CCECBF; }
a { background-color: rgb(204,236,191); }
div.DivClassName
{
background-color: #CCECBF;
}
.BgClassName
{
background-color: #CCECBF;
}
</style>
border-color css
<style>
span { border-color: #CCECBF; }
span { border-color: rgb(204,236,191); }
td.TdClassName
{
border-color: #CCECBF;
}
.TagClassName
{
border-color: #CCECBF;
}
</style>