Shades of Tea Green #CDF6AD
Tints of Tea Green #CDF6AD
RGB
CMYK
RGB Variations
Color information
#CDF6AD (or 0xCDF6AD) is known color: Tea Green. HEX triplet: CD, F6 and AD. RGB value is (205,246,173). Sum of RGB (Red+Green+Blue) = 205+246+173=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 173 (67.97% from 255 or 27.72% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF6AD is #320952. Grayscale: #E1E1E1. Windows color (decimal): -3279187 or 11400909. OLE color: 11400909.
HSL color Cylindrical-coordinate representation of color #CDF6AD: hue angle of 93.7º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF6AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 173 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.04 |
| HSL | 93.7º | 0.8% | 0.82% | - |
| HSV(B) | 93.7º | 0.3% | 0.96% | - |
| XYZ | 65.68 | 81.91 | 51.88 | - |
| YUV | 225.42 | 98.42 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 173 | 0.17 | 0 | 0.30 | 0.04 | 93.7 | 0.8 | 0.82 |
| Hex | CD | F6 | AD | 11 | 0 | 1E | 4 | 5E | 50 | 52 |
| Octal | 315 | 366 | 255 | 21 | 0 | 36 | 4 | 136 | 120 | 122 |
| Binary | 11001101 | 11110110 | 10101101 | 10001 | 0 | 11110 | 100 | 1011110 | 1010000 | 1010010 |
Color Harmonies of #CDF6AD
Complementary color
Monochromatic Colors of #CDF6AD
Black with #CDF6AD
Text Example
Text Example
White with #CDF6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6AD; }
p { color: rgb(205,246,173); }
H1.HeaderClassName
{
color: #CDF6AD;
}
.AnyTagClassName
{
color: #CDF6AD;
}
</style>
background-color css
<style>
a { background-color: #CDF6AD; }
a { background-color: rgb(205,246,173); }
div.DivClassName
{
background-color: #CDF6AD;
}
.BgClassName
{
background-color: #CDF6AD;
}
</style>
border-color css
<style>
span { border-color: #CDF6AD; }
span { border-color: rgb(205,246,173); }
td.TdClassName
{
border-color: #CDF6AD;
}
.TagClassName
{
border-color: #CDF6AD;
}
</style>