Shades of Tea Green #CDF8AD
Tints of Tea Green #CDF8AD
RGB
CMYK
RGB Variations
Color information
#CDF8AD (or 0xCDF8AD) is known color: Tea Green. HEX triplet: CD, F8 and AD. RGB value is (205,248,173). Sum of RGB (Red+Green+Blue) = 205+248+173=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF8AD is #320752. Grayscale: #E2E2E2. Windows color (decimal): -3278675 or 11401421. OLE color: 11401421.
HSL color Cylindrical-coordinate representation of color #CDF8AD: hue angle of 94.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF8AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 173 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.03 |
| HSL | 94.4º | 0.84% | 0.83% | - |
| HSV(B) | 94.4º | 0.3% | 0.97% | - |
| XYZ | 66.29 | 83.13 | 52.09 | - |
| YUV | 226.59 | 97.75 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 173 | 0.17 | 0 | 0.30 | 0.03 | 94.4 | 0.84 | 0.83 |
| Hex | CD | F8 | AD | 11 | 0 | 1E | 3 | 5E | 54 | 53 |
| Octal | 315 | 370 | 255 | 21 | 0 | 36 | 3 | 136 | 124 | 123 |
| Binary | 11001101 | 11111000 | 10101101 | 10001 | 0 | 11110 | 11 | 1011110 | 1010100 | 1010011 |
Color Harmonies of #CDF8AD
Complementary color
Monochromatic Colors of #CDF8AD
Black with #CDF8AD
Text Example
Text Example
White with #CDF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8AD; }
p { color: rgb(205,248,173); }
H1.HeaderClassName
{
color: #CDF8AD;
}
.AnyTagClassName
{
color: #CDF8AD;
}
</style>
background-color css
<style>
a { background-color: #CDF8AD; }
a { background-color: rgb(205,248,173); }
div.DivClassName
{
background-color: #CDF8AD;
}
.BgClassName
{
background-color: #CDF8AD;
}
</style>
border-color css
<style>
span { border-color: #CDF8AD; }
span { border-color: rgb(205,248,173); }
td.TdClassName
{
border-color: #CDF8AD;
}
.TagClassName
{
border-color: #CDF8AD;
}
</style>