Shades of Tea Green #CCEAB2
Tints of Tea Green #CCEAB2
RGB
CMYK
RGB Variations
Color information
#CCEAB2 (or 0xCCEAB2) is known color: Tea Green. HEX triplet: CC, EA and B2. RGB value is (204,234,178). Sum of RGB (Red+Green+Blue) = 204+234+178=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAB2 is #33154D. Grayscale: #DADADA. Windows color (decimal): -3347790 or 11725516. OLE color: 11725516.
HSL color Cylindrical-coordinate representation of color #CCEAB2: hue angle of 92.14º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCEAB2 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 178 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.08 |
| HSL | 92.14º | 0.57% | 0.81% | - |
| HSV(B) | 92.14º | 0.24% | 0.92% | - |
| XYZ | 62.36 | 74.9 | 53.29 | - |
| YUV | 218.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 178 | 0.13 | 0 | 0.24 | 0.08 | 92.14 | 0.57 | 0.81 |
| Hex | CC | EA | B2 | D | 0 | 18 | 8 | 5C | 39 | 51 |
| Octal | 314 | 352 | 262 | 15 | 0 | 30 | 10 | 134 | 71 | 121 |
| Binary | 11001100 | 11101010 | 10110010 | 1101 | 0 | 11000 | 1000 | 1011100 | 111001 | 1010001 |
Color Harmonies of #CCEAB2
Complementary color
Monochromatic Colors of #CCEAB2
Black with #CCEAB2
Text Example
Text Example
White with #CCEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAB2; }
p { color: rgb(204,234,178); }
H1.HeaderClassName
{
color: #CCEAB2;
}
.AnyTagClassName
{
color: #CCEAB2;
}
</style>
background-color css
<style>
a { background-color: #CCEAB2; }
a { background-color: rgb(204,234,178); }
div.DivClassName
{
background-color: #CCEAB2;
}
.BgClassName
{
background-color: #CCEAB2;
}
</style>
border-color css
<style>
span { border-color: #CCEAB2; }
span { border-color: rgb(204,234,178); }
td.TdClassName
{
border-color: #CCEAB2;
}
.TagClassName
{
border-color: #CCEAB2;
}
</style>