Shades of Tea Green #CCE9BB
Tints of Tea Green #CCE9BB
RGB
CMYK
RGB Variations
Color information
#CCE9BB (or 0xCCE9BB) is known color: Tea Green. HEX triplet: CC, E9 and BB. RGB value is (204,233,187). Sum of RGB (Red+Green+Blue) = 204+233+187=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9BB is #331644. Grayscale: #DBDBDB. Windows color (decimal): -3348037 or 12315084. OLE color: 12315084.
HSL color Cylindrical-coordinate representation of color #CCE9BB: hue angle of 97.83º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE9BB is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 187 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.09 |
| HSL | 97.83º | 0.51% | 0.82% | - |
| HSV(B) | 97.83º | 0.2% | 0.91% | - |
| XYZ | 63.01 | 74.7 | 58.11 | - |
| YUV | 219.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 187 | 0.12 | 0 | 0.20 | 0.09 | 97.83 | 0.51 | 0.82 |
| Hex | CC | E9 | BB | C | 0 | 14 | 9 | 62 | 33 | 52 |
| Octal | 314 | 351 | 273 | 14 | 0 | 24 | 11 | 142 | 63 | 122 |
| Binary | 11001100 | 11101001 | 10111011 | 1100 | 0 | 10100 | 1001 | 1100010 | 110011 | 1010010 |
Color Harmonies of #CCE9BB
Complementary color
Monochromatic Colors of #CCE9BB
Black with #CCE9BB
Text Example
Text Example
White with #CCE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9BB; }
p { color: rgb(204,233,187); }
H1.HeaderClassName
{
color: #CCE9BB;
}
.AnyTagClassName
{
color: #CCE9BB;
}
</style>
background-color css
<style>
a { background-color: #CCE9BB; }
a { background-color: rgb(204,233,187); }
div.DivClassName
{
background-color: #CCE9BB;
}
.BgClassName
{
background-color: #CCE9BB;
}
</style>
border-color css
<style>
span { border-color: #CCE9BB; }
span { border-color: rgb(204,233,187); }
td.TdClassName
{
border-color: #CCE9BB;
}
.TagClassName
{
border-color: #CCE9BB;
}
</style>