Shades of Tea Green #CCEAB0
Tints of Tea Green #CCEAB0
RGB
CMYK
RGB Variations
Color information
#CCEAB0 (or 0xCCEAB0) is known color: Tea Green. HEX triplet: CC, EA and B0. RGB value is (204,234,176). Sum of RGB (Red+Green+Blue) = 204+234+176=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAB0 is #33154F. Grayscale: #DADADA. Windows color (decimal): -3347792 or 11594444. OLE color: 11594444.
HSL color Cylindrical-coordinate representation of color #CCEAB0: hue angle of 91.03º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCEAB0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 176 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.08 |
| HSL | 91.03º | 0.58% | 0.8% | - |
| HSV(B) | 91.03º | 0.25% | 0.92% | - |
| XYZ | 62.16 | 74.82 | 52.24 | - |
| YUV | 218.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 176 | 0.13 | 0 | 0.25 | 0.08 | 91.03 | 0.58 | 0.8 |
| Hex | CC | EA | B0 | D | 0 | 19 | 8 | 5B | 3A | 50 |
| Octal | 314 | 352 | 260 | 15 | 0 | 31 | 10 | 133 | 72 | 120 |
| Binary | 11001100 | 11101010 | 10110000 | 1101 | 0 | 11001 | 1000 | 1011011 | 111010 | 1010000 |
Color Harmonies of #CCEAB0
Complementary color
Monochromatic Colors of #CCEAB0
Black with #CCEAB0
Text Example
Text Example
White with #CCEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAB0; }
p { color: rgb(204,234,176); }
H1.HeaderClassName
{
color: #CCEAB0;
}
.AnyTagClassName
{
color: #CCEAB0;
}
</style>
background-color css
<style>
a { background-color: #CCEAB0; }
a { background-color: rgb(204,234,176); }
div.DivClassName
{
background-color: #CCEAB0;
}
.BgClassName
{
background-color: #CCEAB0;
}
</style>
border-color css
<style>
span { border-color: #CCEAB0; }
span { border-color: rgb(204,234,176); }
td.TdClassName
{
border-color: #CCEAB0;
}
.TagClassName
{
border-color: #CCEAB0;
}
</style>