Shades of Tea Green #CCECC4
Tints of Tea Green #CCECC4
RGB
CMYK
RGB Variations
Color information
#CCECC4 (or 0xCCECC4) is known color: Tea Green. HEX triplet: CC, EC and C4. RGB value is (204,236,196). Sum of RGB (Red+Green+Blue) = 204+236+196=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC4 is #33133B. Grayscale: #DDDDDD. Windows color (decimal): -3347260 or 12905676. OLE color: 12905676.
HSL color Cylindrical-coordinate representation of color #CCECC4: hue angle of 108º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCECC4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 196 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.07 |
| HSL | 108º | 0.51% | 0.85% | - |
| HSV(B) | 108º | 0.17% | 0.93% | - |
| XYZ | 64.86 | 76.81 | 63.63 | - |
| YUV | 221.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 196 | 0.14 | 0 | 0.17 | 0.07 | 108 | 0.51 | 0.85 |
| Hex | CC | EC | C4 | E | 0 | 11 | 7 | 6C | 33 | 55 |
| Octal | 314 | 354 | 304 | 16 | 0 | 21 | 7 | 154 | 63 | 125 |
| Binary | 11001100 | 11101100 | 11000100 | 1110 | 0 | 10001 | 111 | 1101100 | 110011 | 1010101 |
Color Harmonies of #CCECC4
Complementary color
Monochromatic Colors of #CCECC4
Black with #CCECC4
Text Example
Text Example
White with #CCECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECC4; }
p { color: rgb(204,236,196); }
H1.HeaderClassName
{
color: #CCECC4;
}
.AnyTagClassName
{
color: #CCECC4;
}
</style>
background-color css
<style>
a { background-color: #CCECC4; }
a { background-color: rgb(204,236,196); }
div.DivClassName
{
background-color: #CCECC4;
}
.BgClassName
{
background-color: #CCECC4;
}
</style>
border-color css
<style>
span { border-color: #CCECC4; }
span { border-color: rgb(204,236,196); }
td.TdClassName
{
border-color: #CCECC4;
}
.TagClassName
{
border-color: #CCECC4;
}
</style>