Shades of Tea Green #CDFEAC
Tints of Tea Green #CDFEAC
RGB
CMYK
RGB Variations
Color information
#CDFEAC (or 0xCDFEAC) is known color: Tea Green. HEX triplet: CD, FE and AC. RGB value is (205,254,172). Sum of RGB (Red+Green+Blue) = 205+254+172=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFEAC is #320153. Grayscale: #E6E6E6. Windows color (decimal): -3277140 or 11337421. OLE color: 11337421.
HSL color Cylindrical-coordinate representation of color #CDFEAC: hue angle of 95.85º 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 #CDFEAC is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 172 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.00 |
| HSL | 95.85º | 0.98% | 0.84% | - |
| HSV(B) | 95.85º | 0.32% | 1% | - |
| XYZ | 68.07 | 86.84 | 52.2 | - |
| YUV | 230 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 172 | 0.19 | 0 | 0.32 | 0.00 | 95.85 | 0.98 | 0.84 |
| Hex | CD | FE | AC | 13 | 0 | 20 | 0 | 60 | 62 | 54 |
| Octal | 315 | 376 | 254 | 23 | 0 | 40 | 0 | 140 | 142 | 124 |
| Binary | 11001101 | 11111110 | 10101100 | 10011 | 0 | 100000 | 0 | 1100000 | 1100010 | 1010100 |
Color Harmonies of #CDFEAC
Complementary color
Monochromatic Colors of #CDFEAC
Black with #CDFEAC
Text Example
Text Example
White with #CDFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEAC; }
p { color: rgb(205,254,172); }
H1.HeaderClassName
{
color: #CDFEAC;
}
.AnyTagClassName
{
color: #CDFEAC;
}
</style>
background-color css
<style>
a { background-color: #CDFEAC; }
a { background-color: rgb(205,254,172); }
div.DivClassName
{
background-color: #CDFEAC;
}
.BgClassName
{
background-color: #CDFEAC;
}
</style>
border-color css
<style>
span { border-color: #CDFEAC; }
span { border-color: rgb(205,254,172); }
td.TdClassName
{
border-color: #CDFEAC;
}
.TagClassName
{
border-color: #CDFEAC;
}
</style>