Shades of Tea Green #CCE8BE
Tints of Tea Green #CCE8BE
RGB
CMYK
RGB Variations
Color information
#CCE8BE (or 0xCCE8BE) is known color: Tea Green. HEX triplet: CC, E8 and BE. RGB value is (204,232,190). Sum of RGB (Red+Green+Blue) = 204+232+190=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8BE is #331741. Grayscale: #DADADA. Windows color (decimal): -3348290 or 12511436. OLE color: 12511436.
HSL color Cylindrical-coordinate representation of color #CCE8BE: hue angle of 100º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE8BE is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 190 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.09 |
| HSL | 100º | 0.48% | 0.83% | - |
| HSV(B) | 100º | 0.18% | 0.91% | - |
| XYZ | 63.05 | 74.27 | 59.73 | - |
| YUV | 218.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 190 | 0.12 | 0 | 0.18 | 0.09 | 100 | 0.48 | 0.83 |
| Hex | CC | E8 | BE | C | 0 | 12 | 9 | 64 | 30 | 53 |
| Octal | 314 | 350 | 276 | 14 | 0 | 22 | 11 | 144 | 60 | 123 |
| Binary | 11001100 | 11101000 | 10111110 | 1100 | 0 | 10010 | 1001 | 1100100 | 110000 | 1010011 |
Color Harmonies of #CCE8BE
Complementary color
Monochromatic Colors of #CCE8BE
Black with #CCE8BE
Text Example
Text Example
White with #CCE8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8BE; }
p { color: rgb(204,232,190); }
H1.HeaderClassName
{
color: #CCE8BE;
}
.AnyTagClassName
{
color: #CCE8BE;
}
</style>
background-color css
<style>
a { background-color: #CCE8BE; }
a { background-color: rgb(204,232,190); }
div.DivClassName
{
background-color: #CCE8BE;
}
.BgClassName
{
background-color: #CCE8BE;
}
</style>
border-color css
<style>
span { border-color: #CCE8BE; }
span { border-color: rgb(204,232,190); }
td.TdClassName
{
border-color: #CCE8BE;
}
.TagClassName
{
border-color: #CCE8BE;
}
</style>