Shades of Tea Green #CEF2BF
Tints of Tea Green #CEF2BF
RGB
CMYK
RGB Variations
Color information
#CEF2BF (or 0xCEF2BF) is known color: Tea Green. HEX triplet: CE, F2 and BF. RGB value is (206,242,191). Sum of RGB (Red+Green+Blue) = 206+242+191=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2BF is #310D40. Grayscale: #E1E1E1. Windows color (decimal): -3214657 or 12579534. OLE color: 12579534.
HSL color Cylindrical-coordinate representation of color #CEF2BF: hue angle of 102.35º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEF2BF is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 191 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.05 |
| HSL | 102.35º | 0.66% | 0.85% | - |
| HSV(B) | 102.35º | 0.21% | 0.95% | - |
| XYZ | 66.61 | 80.39 | 61.3 | - |
| YUV | 225.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 191 | 0.15 | 0 | 0.21 | 0.05 | 102.35 | 0.66 | 0.85 |
| Hex | CE | F2 | BF | F | 0 | 15 | 5 | 66 | 42 | 55 |
| Octal | 316 | 362 | 277 | 17 | 0 | 25 | 5 | 146 | 102 | 125 |
| Binary | 11001110 | 11110010 | 10111111 | 1111 | 0 | 10101 | 101 | 1100110 | 1000010 | 1010101 |
Color Harmonies of #CEF2BF
Complementary color
Monochromatic Colors of #CEF2BF
Black with #CEF2BF
Text Example
Text Example
White with #CEF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2BF; }
p { color: rgb(206,242,191); }
H1.HeaderClassName
{
color: #CEF2BF;
}
.AnyTagClassName
{
color: #CEF2BF;
}
</style>
background-color css
<style>
a { background-color: #CEF2BF; }
a { background-color: rgb(206,242,191); }
div.DivClassName
{
background-color: #CEF2BF;
}
.BgClassName
{
background-color: #CEF2BF;
}
</style>
border-color css
<style>
span { border-color: #CEF2BF; }
span { border-color: rgb(206,242,191); }
td.TdClassName
{
border-color: #CEF2BF;
}
.TagClassName
{
border-color: #CEF2BF;
}
</style>