Shades of Tea Green #CCE2BB
Tints of Tea Green #CCE2BB
RGB
CMYK
RGB Variations
Color information
#CCE2BB (or 0xCCE2BB) is known color: Tea Green. HEX triplet: CC, E2 and BB. RGB value is (204,226,187). Sum of RGB (Red+Green+Blue) = 204+226+187=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BB is #331D44. Grayscale: #D7D7D7. Windows color (decimal): -3349829 or 12313292. OLE color: 12313292.
HSL color Cylindrical-coordinate representation of color #CCE2BB: hue angle of 93.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE2BB is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 187 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.11 |
| HSL | 93.85º | 0.4% | 0.81% | - |
| HSV(B) | 93.85º | 0.17% | 0.89% | - |
| XYZ | 61.07 | 70.82 | 57.46 | - |
| YUV | 214.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 187 | 0.10 | 0 | 0.17 | 0.11 | 93.85 | 0.4 | 0.81 |
| Hex | CC | E2 | BB | A | 0 | 11 | B | 5E | 28 | 51 |
| Octal | 314 | 342 | 273 | 12 | 0 | 21 | 13 | 136 | 50 | 121 |
| Binary | 11001100 | 11100010 | 10111011 | 1010 | 0 | 10001 | 1011 | 1011110 | 101000 | 1010001 |
Color Harmonies of #CCE2BB
Complementary color
Monochromatic Colors of #CCE2BB
Black with #CCE2BB
Text Example
Text Example
White with #CCE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2BB; }
p { color: rgb(204,226,187); }
H1.HeaderClassName
{
color: #CCE2BB;
}
.AnyTagClassName
{
color: #CCE2BB;
}
</style>
background-color css
<style>
a { background-color: #CCE2BB; }
a { background-color: rgb(204,226,187); }
div.DivClassName
{
background-color: #CCE2BB;
}
.BgClassName
{
background-color: #CCE2BB;
}
</style>
border-color css
<style>
span { border-color: #CCE2BB; }
span { border-color: rgb(204,226,187); }
td.TdClassName
{
border-color: #CCE2BB;
}
.TagClassName
{
border-color: #CCE2BB;
}
</style>