Shades of Tea Green #CEE8BC
Tints of Tea Green #CEE8BC
RGB
CMYK
RGB Variations
Color information
#CEE8BC (or 0xCEE8BC) is known color: Tea Green. HEX triplet: CE, E8 and BC. RGB value is (206,232,188). Sum of RGB (Red+Green+Blue) = 206+232+188=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8BC is #311743. Grayscale: #DBDBDB. Windows color (decimal): -3217220 or 12380366. OLE color: 12380366.
HSL color Cylindrical-coordinate representation of color #CEE8BC: hue angle of 95.45º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE8BC is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 188 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.09 |
| HSL | 95.45º | 0.49% | 0.82% | - |
| HSV(B) | 95.45º | 0.19% | 0.91% | - |
| XYZ | 63.39 | 74.47 | 58.61 | - |
| YUV | 219.21 | 110.39 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 188 | 0.11 | 0 | 0.19 | 0.09 | 95.45 | 0.49 | 0.82 |
| Hex | CE | E8 | BC | B | 0 | 13 | 9 | 5F | 31 | 52 |
| Octal | 316 | 350 | 274 | 13 | 0 | 23 | 11 | 137 | 61 | 122 |
| Binary | 11001110 | 11101000 | 10111100 | 1011 | 0 | 10011 | 1001 | 1011111 | 110001 | 1010010 |
Color Harmonies of #CEE8BC
Complementary color
Monochromatic Colors of #CEE8BC
Black with #CEE8BC
Text Example
Text Example
White with #CEE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8BC; }
p { color: rgb(206,232,188); }
H1.HeaderClassName
{
color: #CEE8BC;
}
.AnyTagClassName
{
color: #CEE8BC;
}
</style>
background-color css
<style>
a { background-color: #CEE8BC; }
a { background-color: rgb(206,232,188); }
div.DivClassName
{
background-color: #CEE8BC;
}
.BgClassName
{
background-color: #CEE8BC;
}
</style>
border-color css
<style>
span { border-color: #CEE8BC; }
span { border-color: rgb(206,232,188); }
td.TdClassName
{
border-color: #CEE8BC;
}
.TagClassName
{
border-color: #CEE8BC;
}
</style>