Shades of Tea Green #CCE2BD
Tints of Tea Green #CCE2BD
RGB
CMYK
RGB Variations
Color information
#CCE2BD (or 0xCCE2BD) is known color: Tea Green. HEX triplet: CC, E2 and BD. RGB value is (204,226,189). Sum of RGB (Red+Green+Blue) = 204+226+189=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2BD is #331D42. Grayscale: #D7D7D7. Windows color (decimal): -3349827 or 12444364. OLE color: 12444364.
HSL color Cylindrical-coordinate representation of color #CCE2BD: hue angle of 95.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE2BD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 189 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.11 |
| HSL | 95.68º | 0.39% | 0.81% | - |
| HSV(B) | 95.68º | 0.16% | 0.89% | - |
| XYZ | 61.28 | 70.9 | 58.6 | - |
| YUV | 215.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 189 | 0.10 | 0 | 0.16 | 0.11 | 95.68 | 0.39 | 0.81 |
| Hex | CC | E2 | BD | A | 0 | 10 | B | 60 | 27 | 51 |
| Octal | 314 | 342 | 275 | 12 | 0 | 20 | 13 | 140 | 47 | 121 |
| Binary | 11001100 | 11100010 | 10111101 | 1010 | 0 | 10000 | 1011 | 1100000 | 100111 | 1010001 |
Color Harmonies of #CCE2BD
Complementary color
Monochromatic Colors of #CCE2BD
Black with #CCE2BD
Text Example
Text Example
White with #CCE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2BD; }
p { color: rgb(204,226,189); }
H1.HeaderClassName
{
color: #CCE2BD;
}
.AnyTagClassName
{
color: #CCE2BD;
}
</style>
background-color css
<style>
a { background-color: #CCE2BD; }
a { background-color: rgb(204,226,189); }
div.DivClassName
{
background-color: #CCE2BD;
}
.BgClassName
{
background-color: #CCE2BD;
}
</style>
border-color css
<style>
span { border-color: #CCE2BD; }
span { border-color: rgb(204,226,189); }
td.TdClassName
{
border-color: #CCE2BD;
}
.TagClassName
{
border-color: #CCE2BD;
}
</style>