Shades of Tea Green #CEE5BB
Tints of Tea Green #CEE5BB
RGB
CMYK
RGB Variations
Color information
#CEE5BB (or 0xCEE5BB) is known color: Tea Green. HEX triplet: CE, E5 and BB. RGB value is (206,229,187). Sum of RGB (Red+Green+Blue) = 206+229+187=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5BB is #311A44. Grayscale: #D9D9D9. Windows color (decimal): -3217989 or 12314062. OLE color: 12314062.
HSL color Cylindrical-coordinate representation of color #CEE5BB: hue angle of 92.86º degrees, saturation: 0.45, 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 #CEE5BB is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 187 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.10 |
| HSL | 92.86º | 0.45% | 0.82% | - |
| HSV(B) | 92.86º | 0.18% | 0.9% | - |
| XYZ | 62.44 | 72.75 | 57.76 | - |
| YUV | 217.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 187 | 0.10 | 0 | 0.18 | 0.10 | 92.86 | 0.45 | 0.82 |
| Hex | CE | E5 | BB | A | 0 | 12 | A | 5D | 2D | 52 |
| Octal | 316 | 345 | 273 | 12 | 0 | 22 | 12 | 135 | 55 | 122 |
| Binary | 11001110 | 11100101 | 10111011 | 1010 | 0 | 10010 | 1010 | 1011101 | 101101 | 1010010 |
Color Harmonies of #CEE5BB
Complementary color
Monochromatic Colors of #CEE5BB
Black with #CEE5BB
Text Example
Text Example
White with #CEE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5BB; }
p { color: rgb(206,229,187); }
H1.HeaderClassName
{
color: #CEE5BB;
}
.AnyTagClassName
{
color: #CEE5BB;
}
</style>
background-color css
<style>
a { background-color: #CEE5BB; }
a { background-color: rgb(206,229,187); }
div.DivClassName
{
background-color: #CEE5BB;
}
.BgClassName
{
background-color: #CEE5BB;
}
</style>
border-color css
<style>
span { border-color: #CEE5BB; }
span { border-color: rgb(206,229,187); }
td.TdClassName
{
border-color: #CEE5BB;
}
.TagClassName
{
border-color: #CEE5BB;
}
</style>