Shades of Tea Green #CEF2B4
Tints of Tea Green #CEF2B4
RGB
CMYK
RGB Variations
Color information
#CEF2B4 (or 0xCEF2B4) is known color: Tea Green. HEX triplet: CE, F2 and B4. RGB value is (206,242,180). Sum of RGB (Red+Green+Blue) = 206+242+180=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2B4 is #310D4B. Grayscale: #E0E0E0. Windows color (decimal): -3214668 or 11858638. OLE color: 11858638.
HSL color Cylindrical-coordinate representation of color #CEF2B4: hue angle of 94.84º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEF2B4 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 180 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.05 |
| HSL | 94.84º | 0.7% | 0.83% | - |
| HSV(B) | 94.84º | 0.26% | 0.95% | - |
| XYZ | 65.44 | 79.92 | 55.16 | - |
| YUV | 224.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 180 | 0.15 | 0 | 0.26 | 0.05 | 94.84 | 0.7 | 0.83 |
| Hex | CE | F2 | B4 | F | 0 | 1A | 5 | 5F | 46 | 53 |
| Octal | 316 | 362 | 264 | 17 | 0 | 32 | 5 | 137 | 106 | 123 |
| Binary | 11001110 | 11110010 | 10110100 | 1111 | 0 | 11010 | 101 | 1011111 | 1000110 | 1010011 |
Color Harmonies of #CEF2B4
Complementary color
Monochromatic Colors of #CEF2B4
Black with #CEF2B4
Text Example
Text Example
White with #CEF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2B4; }
p { color: rgb(206,242,180); }
H1.HeaderClassName
{
color: #CEF2B4;
}
.AnyTagClassName
{
color: #CEF2B4;
}
</style>
background-color css
<style>
a { background-color: #CEF2B4; }
a { background-color: rgb(206,242,180); }
div.DivClassName
{
background-color: #CEF2B4;
}
.BgClassName
{
background-color: #CEF2B4;
}
</style>
border-color css
<style>
span { border-color: #CEF2B4; }
span { border-color: rgb(206,242,180); }
td.TdClassName
{
border-color: #CEF2B4;
}
.TagClassName
{
border-color: #CEF2B4;
}
</style>