Shades of Tea Green #CEF0BB
Tints of Tea Green #CEF0BB
RGB
CMYK
RGB Variations
Color information
#CEF0BB (or 0xCEF0BB) is known color: Tea Green. HEX triplet: CE, F0 and BB. RGB value is (206,240,187). Sum of RGB (Red+Green+Blue) = 206+240+187=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0BB is #310F44. Grayscale: #DFDFDF. Windows color (decimal): -3215173 or 12316878. OLE color: 12316878.
HSL color Cylindrical-coordinate representation of color #CEF0BB: hue angle of 98.49º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEF0BB is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 187 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.06 |
| HSL | 98.49º | 0.64% | 0.84% | - |
| HSV(B) | 98.49º | 0.22% | 0.94% | - |
| XYZ | 65.58 | 79.03 | 58.81 | - |
| YUV | 223.79 | 107.24 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 187 | 0.14 | 0 | 0.22 | 0.06 | 98.49 | 0.64 | 0.84 |
| Hex | CE | F0 | BB | E | 0 | 16 | 6 | 62 | 40 | 54 |
| Octal | 316 | 360 | 273 | 16 | 0 | 26 | 6 | 142 | 100 | 124 |
| Binary | 11001110 | 11110000 | 10111011 | 1110 | 0 | 10110 | 110 | 1100010 | 1000000 | 1010100 |
Color Harmonies of #CEF0BB
Complementary color
Monochromatic Colors of #CEF0BB
Black with #CEF0BB
Text Example
Text Example
White with #CEF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0BB; }
p { color: rgb(206,240,187); }
H1.HeaderClassName
{
color: #CEF0BB;
}
.AnyTagClassName
{
color: #CEF0BB;
}
</style>
background-color css
<style>
a { background-color: #CEF0BB; }
a { background-color: rgb(206,240,187); }
div.DivClassName
{
background-color: #CEF0BB;
}
.BgClassName
{
background-color: #CEF0BB;
}
</style>
border-color css
<style>
span { border-color: #CEF0BB; }
span { border-color: rgb(206,240,187); }
td.TdClassName
{
border-color: #CEF0BB;
}
.TagClassName
{
border-color: #CEF0BB;
}
</style>