Shades of Tea Green #CCE7BA
Tints of Tea Green #CCE7BA
RGB
CMYK
RGB Variations
Color information
#CCE7BA (or 0xCCE7BA) is known color: Tea Green. HEX triplet: CC, E7 and BA. RGB value is (204,231,186). Sum of RGB (Red+Green+Blue) = 204+231+186=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7BA is #331845. Grayscale: #D9D9D9. Windows color (decimal): -3348550 or 12249036. OLE color: 12249036.
HSL color Cylindrical-coordinate representation of color #CCE7BA: hue angle of 96º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE7BA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 186 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.09 |
| HSL | 96º | 0.48% | 0.82% | - |
| HSV(B) | 96º | 0.19% | 0.91% | - |
| XYZ | 62.34 | 73.53 | 57.36 | - |
| YUV | 217.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 186 | 0.12 | 0 | 0.19 | 0.09 | 96 | 0.48 | 0.82 |
| Hex | CC | E7 | BA | C | 0 | 13 | 9 | 60 | 30 | 52 |
| Octal | 314 | 347 | 272 | 14 | 0 | 23 | 11 | 140 | 60 | 122 |
| Binary | 11001100 | 11100111 | 10111010 | 1100 | 0 | 10011 | 1001 | 1100000 | 110000 | 1010010 |
Color Harmonies of #CCE7BA
Complementary color
Monochromatic Colors of #CCE7BA
Black with #CCE7BA
Text Example
Text Example
White with #CCE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7BA; }
p { color: rgb(204,231,186); }
H1.HeaderClassName
{
color: #CCE7BA;
}
.AnyTagClassName
{
color: #CCE7BA;
}
</style>
background-color css
<style>
a { background-color: #CCE7BA; }
a { background-color: rgb(204,231,186); }
div.DivClassName
{
background-color: #CCE7BA;
}
.BgClassName
{
background-color: #CCE7BA;
}
</style>
border-color css
<style>
span { border-color: #CCE7BA; }
span { border-color: rgb(204,231,186); }
td.TdClassName
{
border-color: #CCE7BA;
}
.TagClassName
{
border-color: #CCE7BA;
}
</style>