Shades of Tea Green #CCEAC0
Tints of Tea Green #CCEAC0
RGB
CMYK
RGB Variations
Color information
#CCEAC0 (or 0xCCEAC0) is known color: Tea Green. HEX triplet: CC, EA and C0. RGB value is (204,234,192). Sum of RGB (Red+Green+Blue) = 204+234+192=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAC0 is #33153F. Grayscale: #DCDCDC. Windows color (decimal): -3347776 or 12643020. OLE color: 12643020.
HSL color Cylindrical-coordinate representation of color #CCEAC0: hue angle of 102.86º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEAC0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 234 | 192 | - |
CMYK | 0.13 | 0 | 0.18 | 0.08 |
HSL | 102.86º | 0.5% | 0.84% | - |
HSV(B) | 102.86º | 0.18% | 0.92% | - |
XYZ | 63.84 | 75.49 | 61.08 | - |
YUV | 220.24 | 112.06 | 116.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 192 | 0.13 | 0 | 0.18 | 0.08 | 102.86 | 0.5 | 0.84 |
Hex | CC | EA | C0 | D | 0 | 12 | 8 | 67 | 32 | 54 |
Octal | 314 | 352 | 300 | 15 | 0 | 22 | 10 | 147 | 62 | 124 |
Binary | 11001100 | 11101010 | 11000000 | 1101 | 0 | 10010 | 1000 | 1100111 | 110010 | 1010100 |
Color Harmonies of #CCEAC0
Complementary color
Monochromatic Colors of #CCEAC0
Black with #CCEAC0
Text Example
Text Example
White with #CCEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAC0; }
p { color: rgb(204,234,192); }
H1.HeaderClassName
{
color: #CCEAC0;
}
.AnyTagClassName
{
color: #CCEAC0;
}
</style>
background-color css
<style>
a { background-color: #CCEAC0; }
a { background-color: rgb(204,234,192); }
div.DivClassName
{
background-color: #CCEAC0;
}
.BgClassName
{
background-color: #CCEAC0;
}
</style>
border-color css
<style>
span { border-color: #CCEAC0; }
span { border-color: rgb(204,234,192); }
td.TdClassName
{
border-color: #CCEAC0;
}
.TagClassName
{
border-color: #CCEAC0;
}
</style>