Shades of Tea Green #CEE6BC
Tints of Tea Green #CEE6BC
RGB
CMYK
RGB Variations
Color information
#CEE6BC (or 0xCEE6BC) is known color: Tea Green. HEX triplet: CE, E6 and BC. RGB value is (206,230,188). Sum of RGB (Red+Green+Blue) = 206+230+188=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6BC is #311943. Grayscale: #DADADA. Windows color (decimal): -3217732 or 12379854. OLE color: 12379854.
HSL color Cylindrical-coordinate representation of color #CEE6BC: hue angle of 94.29º degrees, saturation: 0.46, 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 #CEE6BC is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 188 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.10 |
| HSL | 94.29º | 0.46% | 0.82% | - |
| HSV(B) | 94.29º | 0.18% | 0.9% | - |
| XYZ | 62.83 | 73.35 | 58.42 | - |
| YUV | 218.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 188 | 0.10 | 0 | 0.18 | 0.10 | 94.29 | 0.46 | 0.82 |
| Hex | CE | E6 | BC | A | 0 | 12 | A | 5E | 2E | 52 |
| Octal | 316 | 346 | 274 | 12 | 0 | 22 | 12 | 136 | 56 | 122 |
| Binary | 11001110 | 11100110 | 10111100 | 1010 | 0 | 10010 | 1010 | 1011110 | 101110 | 1010010 |
Color Harmonies of #CEE6BC
Complementary color
Monochromatic Colors of #CEE6BC
Black with #CEE6BC
Text Example
Text Example
White with #CEE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6BC; }
p { color: rgb(206,230,188); }
H1.HeaderClassName
{
color: #CEE6BC;
}
.AnyTagClassName
{
color: #CEE6BC;
}
</style>
background-color css
<style>
a { background-color: #CEE6BC; }
a { background-color: rgb(206,230,188); }
div.DivClassName
{
background-color: #CEE6BC;
}
.BgClassName
{
background-color: #CEE6BC;
}
</style>
border-color css
<style>
span { border-color: #CEE6BC; }
span { border-color: rgb(206,230,188); }
td.TdClassName
{
border-color: #CEE6BC;
}
.TagClassName
{
border-color: #CEE6BC;
}
</style>