Shades of Tea Green #CEF2C4
Tints of Tea Green #CEF2C4
RGB
CMYK
RGB Variations
Color information
#CEF2C4 (or 0xCEF2C4) is known color: Tea Green. HEX triplet: CE, F2 and C4. RGB value is (206,242,196). Sum of RGB (Red+Green+Blue) = 206+242+196=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2C4 is #310D3B. Grayscale: #E2E2E2. Windows color (decimal): -3214652 or 12907214. OLE color: 12907214.
HSL color Cylindrical-coordinate representation of color #CEF2C4: hue angle of 106.96º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEF2C4 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 196 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.05 |
| HSL | 106.96º | 0.64% | 0.86% | - |
| HSV(B) | 106.96º | 0.19% | 0.95% | - |
| XYZ | 67.17 | 80.61 | 64.24 | - |
| YUV | 225.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 196 | 0.15 | 0 | 0.19 | 0.05 | 106.96 | 0.64 | 0.86 |
| Hex | CE | F2 | C4 | F | 0 | 13 | 5 | 6B | 40 | 56 |
| Octal | 316 | 362 | 304 | 17 | 0 | 23 | 5 | 153 | 100 | 126 |
| Binary | 11001110 | 11110010 | 11000100 | 1111 | 0 | 10011 | 101 | 1101011 | 1000000 | 1010110 |
Color Harmonies of #CEF2C4
Complementary color
Monochromatic Colors of #CEF2C4
Black with #CEF2C4
Text Example
Text Example
White with #CEF2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2C4; }
p { color: rgb(206,242,196); }
H1.HeaderClassName
{
color: #CEF2C4;
}
.AnyTagClassName
{
color: #CEF2C4;
}
</style>
background-color css
<style>
a { background-color: #CEF2C4; }
a { background-color: rgb(206,242,196); }
div.DivClassName
{
background-color: #CEF2C4;
}
.BgClassName
{
background-color: #CEF2C4;
}
</style>
border-color css
<style>
span { border-color: #CEF2C4; }
span { border-color: rgb(206,242,196); }
td.TdClassName
{
border-color: #CEF2C4;
}
.TagClassName
{
border-color: #CEF2C4;
}
</style>