Shades of Tea Green #CCECBC
Tints of Tea Green #CCECBC
RGB
CMYK
RGB Variations
Color information
#CCECBC (or 0xCCECBC) is known color: Tea Green. HEX triplet: CC, EC and BC. RGB value is (204,236,188). Sum of RGB (Red+Green+Blue) = 204+236+188=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECBC is #331343. Grayscale: #DDDDDD. Windows color (decimal): -3347268 or 12381388. OLE color: 12381388.
HSL color Cylindrical-coordinate representation of color #CCECBC: hue angle of 100º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCECBC is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 188 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.07 |
| HSL | 100º | 0.56% | 0.83% | - |
| HSV(B) | 100º | 0.2% | 0.93% | - |
| XYZ | 63.97 | 76.46 | 58.96 | - |
| YUV | 220.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 188 | 0.14 | 0 | 0.20 | 0.07 | 100 | 0.56 | 0.83 |
| Hex | CC | EC | BC | E | 0 | 14 | 7 | 64 | 38 | 53 |
| Octal | 314 | 354 | 274 | 16 | 0 | 24 | 7 | 144 | 70 | 123 |
| Binary | 11001100 | 11101100 | 10111100 | 1110 | 0 | 10100 | 111 | 1100100 | 111000 | 1010011 |
Color Harmonies of #CCECBC
Complementary color
Monochromatic Colors of #CCECBC
Black with #CCECBC
Text Example
Text Example
White with #CCECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECBC; }
p { color: rgb(204,236,188); }
H1.HeaderClassName
{
color: #CCECBC;
}
.AnyTagClassName
{
color: #CCECBC;
}
</style>
background-color css
<style>
a { background-color: #CCECBC; }
a { background-color: rgb(204,236,188); }
div.DivClassName
{
background-color: #CCECBC;
}
.BgClassName
{
background-color: #CCECBC;
}
</style>
border-color css
<style>
span { border-color: #CCECBC; }
span { border-color: rgb(204,236,188); }
td.TdClassName
{
border-color: #CCECBC;
}
.TagClassName
{
border-color: #CCECBC;
}
</style>