Shades of Tea Green #CCE5BB
Tints of Tea Green #CCE5BB
RGB
CMYK
RGB Variations
Color information
#CCE5BB (or 0xCCE5BB) is known color: Tea Green. HEX triplet: CC, E5 and BB. RGB value is (204,229,187). Sum of RGB (Red+Green+Blue) = 204+229+187=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BB is #331A44. Grayscale: #D8D8D8. Windows color (decimal): -3349061 or 12314060. OLE color: 12314060.
HSL color Cylindrical-coordinate representation of color #CCE5BB: hue angle of 95.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE5BB is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 187 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.10 |
| HSL | 95.71º | 0.45% | 0.82% | - |
| HSV(B) | 95.71º | 0.18% | 0.9% | - |
| XYZ | 61.89 | 72.46 | 57.74 | - |
| YUV | 216.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 187 | 0.11 | 0 | 0.18 | 0.10 | 95.71 | 0.45 | 0.82 |
| Hex | CC | E5 | BB | B | 0 | 12 | A | 60 | 2D | 52 |
| Octal | 314 | 345 | 273 | 13 | 0 | 22 | 12 | 140 | 55 | 122 |
| Binary | 11001100 | 11100101 | 10111011 | 1011 | 0 | 10010 | 1010 | 1100000 | 101101 | 1010010 |
Color Harmonies of #CCE5BB
Complementary color
Monochromatic Colors of #CCE5BB
Black with #CCE5BB
Text Example
Text Example
White with #CCE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5BB; }
p { color: rgb(204,229,187); }
H1.HeaderClassName
{
color: #CCE5BB;
}
.AnyTagClassName
{
color: #CCE5BB;
}
</style>
background-color css
<style>
a { background-color: #CCE5BB; }
a { background-color: rgb(204,229,187); }
div.DivClassName
{
background-color: #CCE5BB;
}
.BgClassName
{
background-color: #CCE5BB;
}
</style>
border-color css
<style>
span { border-color: #CCE5BB; }
span { border-color: rgb(204,229,187); }
td.TdClassName
{
border-color: #CCE5BB;
}
.TagClassName
{
border-color: #CCE5BB;
}
</style>