Shades of Tea Green #CEFEAC
Tints of Tea Green #CEFEAC
RGB
CMYK
RGB Variations
Color information
#CEFEAC (or 0xCEFEAC) is known color: Tea Green. HEX triplet: CE, FE and AC. RGB value is (206,254,172). Sum of RGB (Red+Green+Blue) = 206+254+172=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFEAC is #310153. Grayscale: #E6E6E6. Windows color (decimal): -3211604 or 11337422. OLE color: 11337422.
HSL color Cylindrical-coordinate representation of color #CEFEAC: hue angle of 95.12º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEFEAC is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 172 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.00 |
| HSL | 95.12º | 0.98% | 0.84% | - |
| HSV(B) | 95.12º | 0.32% | 1% | - |
| XYZ | 68.34 | 86.98 | 52.22 | - |
| YUV | 230.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 172 | 0.19 | 0 | 0.32 | 0.00 | 95.12 | 0.98 | 0.84 |
| Hex | CE | FE | AC | 13 | 0 | 20 | 0 | 5F | 62 | 54 |
| Octal | 316 | 376 | 254 | 23 | 0 | 40 | 0 | 137 | 142 | 124 |
| Binary | 11001110 | 11111110 | 10101100 | 10011 | 0 | 100000 | 0 | 1011111 | 1100010 | 1010100 |
Color Harmonies of #CEFEAC
Complementary color
Monochromatic Colors of #CEFEAC
Black with #CEFEAC
Text Example
Text Example
White with #CEFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFEAC; }
p { color: rgb(206,254,172); }
H1.HeaderClassName
{
color: #CEFEAC;
}
.AnyTagClassName
{
color: #CEFEAC;
}
</style>
background-color css
<style>
a { background-color: #CEFEAC; }
a { background-color: rgb(206,254,172); }
div.DivClassName
{
background-color: #CEFEAC;
}
.BgClassName
{
background-color: #CEFEAC;
}
</style>
border-color css
<style>
span { border-color: #CEFEAC; }
span { border-color: rgb(206,254,172); }
td.TdClassName
{
border-color: #CEFEAC;
}
.TagClassName
{
border-color: #CEFEAC;
}
</style>