Shades of Tea Green #CEF8BB
Tints of Tea Green #CEF8BB
RGB
CMYK
RGB Variations
Color information
#CEF8BB (or 0xCEF8BB) is known color: Tea Green. HEX triplet: CE, F8 and BB. RGB value is (206,248,187). Sum of RGB (Red+Green+Blue) = 206+248+187=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8BB is #310744. Grayscale: #E4E4E4. Windows color (decimal): -3213125 or 12318926. OLE color: 12318926.
HSL color Cylindrical-coordinate representation of color #CEF8BB: hue angle of 101.31º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEF8BB is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 248 | 187 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.03 |
| HSL | 101.31º | 0.81% | 0.85% | - |
| HSV(B) | 101.31º | 0.25% | 0.97% | - |
| XYZ | 67.99 | 83.84 | 59.61 | - |
| YUV | 228.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 248 | 187 | 0.17 | 0 | 0.25 | 0.03 | 101.31 | 0.81 | 0.85 |
| Hex | CE | F8 | BB | 11 | 0 | 19 | 3 | 65 | 51 | 55 |
| Octal | 316 | 370 | 273 | 21 | 0 | 31 | 3 | 145 | 121 | 125 |
| Binary | 11001110 | 11111000 | 10111011 | 10001 | 0 | 11001 | 11 | 1100101 | 1010001 | 1010101 |
Color Harmonies of #CEF8BB
Complementary color
Monochromatic Colors of #CEF8BB
Black with #CEF8BB
Text Example
Text Example
White with #CEF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF8BB; }
p { color: rgb(206,248,187); }
H1.HeaderClassName
{
color: #CEF8BB;
}
.AnyTagClassName
{
color: #CEF8BB;
}
</style>
background-color css
<style>
a { background-color: #CEF8BB; }
a { background-color: rgb(206,248,187); }
div.DivClassName
{
background-color: #CEF8BB;
}
.BgClassName
{
background-color: #CEF8BB;
}
</style>
border-color css
<style>
span { border-color: #CEF8BB; }
span { border-color: rgb(206,248,187); }
td.TdClassName
{
border-color: #CEF8BB;
}
.TagClassName
{
border-color: #CEF8BB;
}
</style>