Shades of Tea Green #CEE7BD
Tints of Tea Green #CEE7BD
RGB
CMYK
RGB Variations
Color information
#CEE7BD (or 0xCEE7BD) is known color: Tea Green. HEX triplet: CE, E7 and BD. RGB value is (206,231,189). Sum of RGB (Red+Green+Blue) = 206+231+189=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7BD is #311842. Grayscale: #DADADA. Windows color (decimal): -3217475 or 12445646. OLE color: 12445646.
HSL color Cylindrical-coordinate representation of color #CEE7BD: hue angle of 95.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE7BD is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 189 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.09 |
| HSL | 95.71º | 0.47% | 0.82% | - |
| HSV(B) | 95.71º | 0.18% | 0.91% | - |
| XYZ | 63.21 | 73.95 | 59.09 | - |
| YUV | 218.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 189 | 0.11 | 0 | 0.18 | 0.09 | 95.71 | 0.47 | 0.82 |
| Hex | CE | E7 | BD | B | 0 | 12 | 9 | 60 | 2F | 52 |
| Octal | 316 | 347 | 275 | 13 | 0 | 22 | 11 | 140 | 57 | 122 |
| Binary | 11001110 | 11100111 | 10111101 | 1011 | 0 | 10010 | 1001 | 1100000 | 101111 | 1010010 |
Color Harmonies of #CEE7BD
Complementary color
Monochromatic Colors of #CEE7BD
Black with #CEE7BD
Text Example
Text Example
White with #CEE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7BD; }
p { color: rgb(206,231,189); }
H1.HeaderClassName
{
color: #CEE7BD;
}
.AnyTagClassName
{
color: #CEE7BD;
}
</style>
background-color css
<style>
a { background-color: #CEE7BD; }
a { background-color: rgb(206,231,189); }
div.DivClassName
{
background-color: #CEE7BD;
}
.BgClassName
{
background-color: #CEE7BD;
}
</style>
border-color css
<style>
span { border-color: #CEE7BD; }
span { border-color: rgb(206,231,189); }
td.TdClassName
{
border-color: #CEE7BD;
}
.TagClassName
{
border-color: #CEE7BD;
}
</style>