Shades of Tea Green #CEF4BB
Tints of Tea Green #CEF4BB
RGB
CMYK
RGB Variations
Color information
#CEF4BB (or 0xCEF4BB) is known color: Tea Green. HEX triplet: CE, F4 and BB. RGB value is (206,244,187). Sum of RGB (Red+Green+Blue) = 206+244+187=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4BB is #310B44. Grayscale: #E2E2E2. Windows color (decimal): -3214149 or 12317902. OLE color: 12317902.
HSL color Cylindrical-coordinate representation of color #CEF4BB: hue angle of 100º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF4BB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 187 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 100º | 0.72% | 0.85% | - |
| HSV(B) | 100º | 0.23% | 0.96% | - |
| XYZ | 66.77 | 81.41 | 59.21 | - |
| YUV | 226.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 187 | 0.16 | 0 | 0.23 | 0.04 | 100 | 0.72 | 0.85 |
| Hex | CE | F4 | BB | 10 | 0 | 17 | 4 | 64 | 48 | 55 |
| Octal | 316 | 364 | 273 | 20 | 0 | 27 | 4 | 144 | 110 | 125 |
| Binary | 11001110 | 11110100 | 10111011 | 10000 | 0 | 10111 | 100 | 1100100 | 1001000 | 1010101 |
Color Harmonies of #CEF4BB
Complementary color
Monochromatic Colors of #CEF4BB
Black with #CEF4BB
Text Example
Text Example
White with #CEF4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4BB; }
p { color: rgb(206,244,187); }
H1.HeaderClassName
{
color: #CEF4BB;
}
.AnyTagClassName
{
color: #CEF4BB;
}
</style>
background-color css
<style>
a { background-color: #CEF4BB; }
a { background-color: rgb(206,244,187); }
div.DivClassName
{
background-color: #CEF4BB;
}
.BgClassName
{
background-color: #CEF4BB;
}
</style>
border-color css
<style>
span { border-color: #CEF4BB; }
span { border-color: rgb(206,244,187); }
td.TdClassName
{
border-color: #CEF4BB;
}
.TagClassName
{
border-color: #CEF4BB;
}
</style>