Shades of Tea Green #CEE8BD
Tints of Tea Green #CEE8BD
RGB
CMYK
RGB Variations
Color information
#CEE8BD (or 0xCEE8BD) is known color: Tea Green. HEX triplet: CE, E8 and BD. RGB value is (206,232,189). Sum of RGB (Red+Green+Blue) = 206+232+189=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8BD is #311742. Grayscale: #DBDBDB. Windows color (decimal): -3217219 or 12445902. OLE color: 12445902.
HSL color Cylindrical-coordinate representation of color #CEE8BD: hue angle of 96.28º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE8BD is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 189 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.09 |
| HSL | 96.28º | 0.48% | 0.83% | - |
| HSV(B) | 96.28º | 0.19% | 0.91% | - |
| XYZ | 63.5 | 74.51 | 59.18 | - |
| YUV | 219.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 189 | 0.11 | 0 | 0.19 | 0.09 | 96.28 | 0.48 | 0.83 |
| Hex | CE | E8 | BD | B | 0 | 13 | 9 | 60 | 30 | 53 |
| Octal | 316 | 350 | 275 | 13 | 0 | 23 | 11 | 140 | 60 | 123 |
| Binary | 11001110 | 11101000 | 10111101 | 1011 | 0 | 10011 | 1001 | 1100000 | 110000 | 1010011 |
Color Harmonies of #CEE8BD
Complementary color
Monochromatic Colors of #CEE8BD
Black with #CEE8BD
Text Example
Text Example
White with #CEE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8BD; }
p { color: rgb(206,232,189); }
H1.HeaderClassName
{
color: #CEE8BD;
}
.AnyTagClassName
{
color: #CEE8BD;
}
</style>
background-color css
<style>
a { background-color: #CEE8BD; }
a { background-color: rgb(206,232,189); }
div.DivClassName
{
background-color: #CEE8BD;
}
.BgClassName
{
background-color: #CEE8BD;
}
</style>
border-color css
<style>
span { border-color: #CEE8BD; }
span { border-color: rgb(206,232,189); }
td.TdClassName
{
border-color: #CEE8BD;
}
.TagClassName
{
border-color: #CEE8BD;
}
</style>