Shades of Tea Green #CCE9BA
Tints of Tea Green #CCE9BA
RGB
CMYK
RGB Variations
Color information
#CCE9BA (or 0xCCE9BA) is known color: Tea Green. HEX triplet: CC, E9 and BA. RGB value is (204,233,186). Sum of RGB (Red+Green+Blue) = 204+233+186=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9BA is #331645. Grayscale: #DBDBDB. Windows color (decimal): -3348038 or 12249548. OLE color: 12249548.
HSL color Cylindrical-coordinate representation of color #CCE9BA: hue angle of 97.02º degrees, saturation: 0.52, 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 #CCE9BA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 186 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.09 |
| HSL | 97.02º | 0.52% | 0.82% | - |
| HSV(B) | 97.02º | 0.2% | 0.91% | - |
| XYZ | 62.9 | 74.66 | 57.55 | - |
| YUV | 218.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 186 | 0.12 | 0 | 0.20 | 0.09 | 97.02 | 0.52 | 0.82 |
| Hex | CC | E9 | BA | C | 0 | 14 | 9 | 61 | 34 | 52 |
| Octal | 314 | 351 | 272 | 14 | 0 | 24 | 11 | 141 | 64 | 122 |
| Binary | 11001100 | 11101001 | 10111010 | 1100 | 0 | 10100 | 1001 | 1100001 | 110100 | 1010010 |
Color Harmonies of #CCE9BA
Complementary color
Monochromatic Colors of #CCE9BA
Black with #CCE9BA
Text Example
Text Example
White with #CCE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE9BA; }
p { color: rgb(204,233,186); }
H1.HeaderClassName
{
color: #CCE9BA;
}
.AnyTagClassName
{
color: #CCE9BA;
}
</style>
background-color css
<style>
a { background-color: #CCE9BA; }
a { background-color: rgb(204,233,186); }
div.DivClassName
{
background-color: #CCE9BA;
}
.BgClassName
{
background-color: #CCE9BA;
}
</style>
border-color css
<style>
span { border-color: #CCE9BA; }
span { border-color: rgb(204,233,186); }
td.TdClassName
{
border-color: #CCE9BA;
}
.TagClassName
{
border-color: #CCE9BA;
}
</style>