Shades of Tea Green #CEF2BB
Tints of Tea Green #CEF2BB
RGB
CMYK
RGB Variations
Color information
#CEF2BB (or 0xCEF2BB) is known color: Tea Green. HEX triplet: CE, F2 and BB. RGB value is (206,242,187). Sum of RGB (Red+Green+Blue) = 206+242+187=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2BB is #310D44. Grayscale: #E1E1E1. Windows color (decimal): -3214661 or 12317390. OLE color: 12317390.
HSL color Cylindrical-coordinate representation of color #CEF2BB: hue angle of 99.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF2BB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 187 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.05 |
| HSL | 99.27º | 0.68% | 0.84% | - |
| HSV(B) | 99.27º | 0.23% | 0.95% | - |
| XYZ | 66.18 | 80.21 | 59.01 | - |
| YUV | 224.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 187 | 0.15 | 0 | 0.23 | 0.05 | 99.27 | 0.68 | 0.84 |
| Hex | CE | F2 | BB | F | 0 | 17 | 5 | 63 | 44 | 54 |
| Octal | 316 | 362 | 273 | 17 | 0 | 27 | 5 | 143 | 104 | 124 |
| Binary | 11001110 | 11110010 | 10111011 | 1111 | 0 | 10111 | 101 | 1100011 | 1000100 | 1010100 |
Color Harmonies of #CEF2BB
Complementary color
Monochromatic Colors of #CEF2BB
Black with #CEF2BB
Text Example
Text Example
White with #CEF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2BB; }
p { color: rgb(206,242,187); }
H1.HeaderClassName
{
color: #CEF2BB;
}
.AnyTagClassName
{
color: #CEF2BB;
}
</style>
background-color css
<style>
a { background-color: #CEF2BB; }
a { background-color: rgb(206,242,187); }
div.DivClassName
{
background-color: #CEF2BB;
}
.BgClassName
{
background-color: #CEF2BB;
}
</style>
border-color css
<style>
span { border-color: #CEF2BB; }
span { border-color: rgb(206,242,187); }
td.TdClassName
{
border-color: #CEF2BB;
}
.TagClassName
{
border-color: #CEF2BB;
}
</style>