Shades of Tea Green #CEF2C3
Tints of Tea Green #CEF2C3
RGB
CMYK
RGB Variations
Color information
#CEF2C3 (or 0xCEF2C3) is known color: Tea Green. HEX triplet: CE, F2 and C3. RGB value is (206,242,195). Sum of RGB (Red+Green+Blue) = 206+242+195=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2C3 is #310D3C. Grayscale: #E2E2E2. Windows color (decimal): -3214653 or 12841678. OLE color: 12841678.
HSL color Cylindrical-coordinate representation of color #CEF2C3: hue angle of 105.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 #CEF2C3 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 195 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.05 |
| HSL | 105.96º | 0.64% | 0.86% | - |
| HSV(B) | 105.96º | 0.19% | 0.95% | - |
| XYZ | 67.06 | 80.57 | 63.65 | - |
| YUV | 225.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 195 | 0.15 | 0 | 0.19 | 0.05 | 105.96 | 0.64 | 0.86 |
| Hex | CE | F2 | C3 | F | 0 | 13 | 5 | 6A | 40 | 56 |
| Octal | 316 | 362 | 303 | 17 | 0 | 23 | 5 | 152 | 100 | 126 |
| Binary | 11001110 | 11110010 | 11000011 | 1111 | 0 | 10011 | 101 | 1101010 | 1000000 | 1010110 |
Color Harmonies of #CEF2C3
Complementary color
Monochromatic Colors of #CEF2C3
Black with #CEF2C3
Text Example
Text Example
White with #CEF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2C3; }
p { color: rgb(206,242,195); }
H1.HeaderClassName
{
color: #CEF2C3;
}
.AnyTagClassName
{
color: #CEF2C3;
}
</style>
background-color css
<style>
a { background-color: #CEF2C3; }
a { background-color: rgb(206,242,195); }
div.DivClassName
{
background-color: #CEF2C3;
}
.BgClassName
{
background-color: #CEF2C3;
}
</style>
border-color css
<style>
span { border-color: #CEF2C3; }
span { border-color: rgb(206,242,195); }
td.TdClassName
{
border-color: #CEF2C3;
}
.TagClassName
{
border-color: #CEF2C3;
}
</style>