Shades of Tea Green #CCE1BB
Tints of Tea Green #CCE1BB
RGB
CMYK
RGB Variations
Color information
#CCE1BB (or 0xCCE1BB) is known color: Tea Green. HEX triplet: CC, E1 and BB. RGB value is (204,225,187). Sum of RGB (Red+Green+Blue) = 204+225+187=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1BB is #331E44. Grayscale: #D6D6D6. Windows color (decimal): -3350085 or 12313036. OLE color: 12313036.
HSL color Cylindrical-coordinate representation of color #CCE1BB: hue angle of 93.16º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE1BB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 187 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.12 |
| HSL | 93.16º | 0.39% | 0.81% | - |
| HSV(B) | 93.16º | 0.17% | 0.88% | - |
| XYZ | 60.8 | 70.28 | 57.37 | - |
| YUV | 214.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 187 | 0.09 | 0 | 0.17 | 0.12 | 93.16 | 0.39 | 0.81 |
| Hex | CC | E1 | BB | 9 | 0 | 11 | C | 5D | 27 | 51 |
| Octal | 314 | 341 | 273 | 11 | 0 | 21 | 14 | 135 | 47 | 121 |
| Binary | 11001100 | 11100001 | 10111011 | 1001 | 0 | 10001 | 1100 | 1011101 | 100111 | 1010001 |
Color Harmonies of #CCE1BB
Complementary color
Monochromatic Colors of #CCE1BB
Black with #CCE1BB
Text Example
Text Example
White with #CCE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1BB; }
p { color: rgb(204,225,187); }
H1.HeaderClassName
{
color: #CCE1BB;
}
.AnyTagClassName
{
color: #CCE1BB;
}
</style>
background-color css
<style>
a { background-color: #CCE1BB; }
a { background-color: rgb(204,225,187); }
div.DivClassName
{
background-color: #CCE1BB;
}
.BgClassName
{
background-color: #CCE1BB;
}
</style>
border-color css
<style>
span { border-color: #CCE1BB; }
span { border-color: rgb(204,225,187); }
td.TdClassName
{
border-color: #CCE1BB;
}
.TagClassName
{
border-color: #CCE1BB;
}
</style>