Shades of Tea Green #CEE5BC
Tints of Tea Green #CEE5BC
RGB
CMYK
RGB Variations
Color information
#CEE5BC (or 0xCEE5BC) is known color: Tea Green. HEX triplet: CE, E5 and BC. RGB value is (206,229,188). Sum of RGB (Red+Green+Blue) = 206+229+188=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5BC is #311A43. Grayscale: #D9D9D9. Windows color (decimal): -3217988 or 12379598. OLE color: 12379598.
HSL color Cylindrical-coordinate representation of color #CEE5BC: hue angle of 93.66º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE5BC is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 188 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.10 |
| HSL | 93.66º | 0.44% | 0.82% | - |
| HSV(B) | 93.66º | 0.18% | 0.9% | - |
| XYZ | 62.55 | 72.79 | 58.33 | - |
| YUV | 217.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 188 | 0.10 | 0 | 0.18 | 0.10 | 93.66 | 0.44 | 0.82 |
| Hex | CE | E5 | BC | A | 0 | 12 | A | 5E | 2C | 52 |
| Octal | 316 | 345 | 274 | 12 | 0 | 22 | 12 | 136 | 54 | 122 |
| Binary | 11001110 | 11100101 | 10111100 | 1010 | 0 | 10010 | 1010 | 1011110 | 101100 | 1010010 |
Color Harmonies of #CEE5BC
Complementary color
Monochromatic Colors of #CEE5BC
Black with #CEE5BC
Text Example
Text Example
White with #CEE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5BC; }
p { color: rgb(206,229,188); }
H1.HeaderClassName
{
color: #CEE5BC;
}
.AnyTagClassName
{
color: #CEE5BC;
}
</style>
background-color css
<style>
a { background-color: #CEE5BC; }
a { background-color: rgb(206,229,188); }
div.DivClassName
{
background-color: #CEE5BC;
}
.BgClassName
{
background-color: #CEE5BC;
}
</style>
border-color css
<style>
span { border-color: #CEE5BC; }
span { border-color: rgb(206,229,188); }
td.TdClassName
{
border-color: #CEE5BC;
}
.TagClassName
{
border-color: #CEE5BC;
}
</style>