Shades of Tea Green #CCE3BA
Tints of Tea Green #CCE3BA
RGB
CMYK
RGB Variations
Color information
#CCE3BA (or 0xCCE3BA) is known color: Tea Green. HEX triplet: CC, E3 and BA. RGB value is (204,227,186). Sum of RGB (Red+Green+Blue) = 204+227+186=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3BA is #331C45. Grayscale: #D7D7D7. Windows color (decimal): -3349574 or 12248012. OLE color: 12248012.
HSL color Cylindrical-coordinate representation of color #CCE3BA: hue angle of 93.66º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE3BA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 186 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.11 |
| HSL | 93.66º | 0.42% | 0.81% | - |
| HSV(B) | 93.66º | 0.18% | 0.89% | - |
| XYZ | 61.23 | 71.32 | 56.99 | - |
| YUV | 215.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 186 | 0.10 | 0 | 0.18 | 0.11 | 93.66 | 0.42 | 0.81 |
| Hex | CC | E3 | BA | A | 0 | 12 | B | 5E | 2A | 51 |
| Octal | 314 | 343 | 272 | 12 | 0 | 22 | 13 | 136 | 52 | 121 |
| Binary | 11001100 | 11100011 | 10111010 | 1010 | 0 | 10010 | 1011 | 1011110 | 101010 | 1010001 |
Color Harmonies of #CCE3BA
Complementary color
Monochromatic Colors of #CCE3BA
Black with #CCE3BA
Text Example
Text Example
White with #CCE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3BA; }
p { color: rgb(204,227,186); }
H1.HeaderClassName
{
color: #CCE3BA;
}
.AnyTagClassName
{
color: #CCE3BA;
}
</style>
background-color css
<style>
a { background-color: #CCE3BA; }
a { background-color: rgb(204,227,186); }
div.DivClassName
{
background-color: #CCE3BA;
}
.BgClassName
{
background-color: #CCE3BA;
}
</style>
border-color css
<style>
span { border-color: #CCE3BA; }
span { border-color: rgb(204,227,186); }
td.TdClassName
{
border-color: #CCE3BA;
}
.TagClassName
{
border-color: #CCE3BA;
}
</style>