Shades of Tea Green #CEFDAC
Tints of Tea Green #CEFDAC
RGB
CMYK
RGB Variations
Color information
#CEFDAC (or 0xCEFDAC) is known color: Tea Green. HEX triplet: CE, FD and AC. RGB value is (206,253,172). Sum of RGB (Red+Green+Blue) = 206+253+172=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFDAC is #310253. Grayscale: #E5E5E5. Windows color (decimal): -3211860 or 11337166. OLE color: 11337166.
HSL color Cylindrical-coordinate representation of color #CEFDAC: hue angle of 94.81º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEFDAC is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 172 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.01 |
| HSL | 94.81º | 0.95% | 0.83% | - |
| HSV(B) | 94.81º | 0.32% | 0.99% | - |
| XYZ | 68.03 | 86.35 | 52.11 | - |
| YUV | 229.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 172 | 0.19 | 0 | 0.32 | 0.01 | 94.81 | 0.95 | 0.83 |
| Hex | CE | FD | AC | 13 | 0 | 20 | 1 | 5F | 5F | 53 |
| Octal | 316 | 375 | 254 | 23 | 0 | 40 | 1 | 137 | 137 | 123 |
| Binary | 11001110 | 11111101 | 10101100 | 10011 | 0 | 100000 | 1 | 1011111 | 1011111 | 1010011 |
Color Harmonies of #CEFDAC
Complementary color
Monochromatic Colors of #CEFDAC
Black with #CEFDAC
Text Example
Text Example
White with #CEFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDAC; }
p { color: rgb(206,253,172); }
H1.HeaderClassName
{
color: #CEFDAC;
}
.AnyTagClassName
{
color: #CEFDAC;
}
</style>
background-color css
<style>
a { background-color: #CEFDAC; }
a { background-color: rgb(206,253,172); }
div.DivClassName
{
background-color: #CEFDAC;
}
.BgClassName
{
background-color: #CEFDAC;
}
</style>
border-color css
<style>
span { border-color: #CEFDAC; }
span { border-color: rgb(206,253,172); }
td.TdClassName
{
border-color: #CEFDAC;
}
.TagClassName
{
border-color: #CEFDAC;
}
</style>