Shades of Tea Green #CCE6BB
Tints of Tea Green #CCE6BB
RGB
CMYK
RGB Variations
Color information
#CCE6BB (or 0xCCE6BB) is known color: Tea Green. HEX triplet: CC, E6 and BB. RGB value is (204,230,187). Sum of RGB (Red+Green+Blue) = 204+230+187=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6BB is #331944. Grayscale: #D9D9D9. Windows color (decimal): -3348805 or 12314316. OLE color: 12314316.
HSL color Cylindrical-coordinate representation of color #CCE6BB: hue angle of 96.28º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE6BB is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 187 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.10 |
| HSL | 96.28º | 0.46% | 0.82% | - |
| HSV(B) | 96.28º | 0.19% | 0.9% | - |
| XYZ | 62.17 | 73.02 | 57.83 | - |
| YUV | 217.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 187 | 0.11 | 0 | 0.19 | 0.10 | 96.28 | 0.46 | 0.82 |
| Hex | CC | E6 | BB | B | 0 | 13 | A | 60 | 2E | 52 |
| Octal | 314 | 346 | 273 | 13 | 0 | 23 | 12 | 140 | 56 | 122 |
| Binary | 11001100 | 11100110 | 10111011 | 1011 | 0 | 10011 | 1010 | 1100000 | 101110 | 1010010 |
Color Harmonies of #CCE6BB
Complementary color
Monochromatic Colors of #CCE6BB
Black with #CCE6BB
Text Example
Text Example
White with #CCE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6BB; }
p { color: rgb(204,230,187); }
H1.HeaderClassName
{
color: #CCE6BB;
}
.AnyTagClassName
{
color: #CCE6BB;
}
</style>
background-color css
<style>
a { background-color: #CCE6BB; }
a { background-color: rgb(204,230,187); }
div.DivClassName
{
background-color: #CCE6BB;
}
.BgClassName
{
background-color: #CCE6BB;
}
</style>
border-color css
<style>
span { border-color: #CCE6BB; }
span { border-color: rgb(204,230,187); }
td.TdClassName
{
border-color: #CCE6BB;
}
.TagClassName
{
border-color: #CCE6BB;
}
</style>