Shades of Tea Green #CDFDAC
Tints of Tea Green #CDFDAC
RGB
CMYK
RGB Variations
Color information
#CDFDAC (or 0xCDFDAC) is known color: Tea Green. HEX triplet: CD, FD and AC. RGB value is (205,253,172). Sum of RGB (Red+Green+Blue) = 205+253+172=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFDAC is #320253. Grayscale: #E5E5E5. Windows color (decimal): -3277396 or 11337165. OLE color: 11337165.
HSL color Cylindrical-coordinate representation of color #CDFDAC: hue angle of 95.56º 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 #CDFDAC is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 172 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.01 |
| HSL | 95.56º | 0.95% | 0.83% | - |
| HSV(B) | 95.56º | 0.32% | 0.99% | - |
| XYZ | 67.75 | 86.21 | 52.1 | - |
| YUV | 229.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 172 | 0.19 | 0 | 0.32 | 0.01 | 95.56 | 0.95 | 0.83 |
| Hex | CD | FD | AC | 13 | 0 | 20 | 1 | 60 | 5F | 53 |
| Octal | 315 | 375 | 254 | 23 | 0 | 40 | 1 | 140 | 137 | 123 |
| Binary | 11001101 | 11111101 | 10101100 | 10011 | 0 | 100000 | 1 | 1100000 | 1011111 | 1010011 |
Color Harmonies of #CDFDAC
Complementary color
Monochromatic Colors of #CDFDAC
Black with #CDFDAC
Text Example
Text Example
White with #CDFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDAC; }
p { color: rgb(205,253,172); }
H1.HeaderClassName
{
color: #CDFDAC;
}
.AnyTagClassName
{
color: #CDFDAC;
}
</style>
background-color css
<style>
a { background-color: #CDFDAC; }
a { background-color: rgb(205,253,172); }
div.DivClassName
{
background-color: #CDFDAC;
}
.BgClassName
{
background-color: #CDFDAC;
}
</style>
border-color css
<style>
span { border-color: #CDFDAC; }
span { border-color: rgb(205,253,172); }
td.TdClassName
{
border-color: #CDFDAC;
}
.TagClassName
{
border-color: #CDFDAC;
}
</style>