Shades of Tea Green #CDF6AF
Tints of Tea Green #CDF6AF
RGB
CMYK
RGB Variations
Color information
#CDF6AF (or 0xCDF6AF) is known color: Tea Green. HEX triplet: CD, F6 and AF. RGB value is (205,246,175). Sum of RGB (Red+Green+Blue) = 205+246+175=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF6AF is #320950. Grayscale: #E1E1E1. Windows color (decimal): -3279185 or 11531981. OLE color: 11531981.
HSL color Cylindrical-coordinate representation of color #CDF6AF: hue angle of 94.65º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDF6AF is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 175 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.04 |
| HSL | 94.65º | 0.8% | 0.83% | - |
| HSV(B) | 94.65º | 0.29% | 0.96% | - |
| XYZ | 65.87 | 81.99 | 52.91 | - |
| YUV | 225.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 175 | 0.17 | 0 | 0.29 | 0.04 | 94.65 | 0.8 | 0.83 |
| Hex | CD | F6 | AF | 11 | 0 | 1D | 4 | 5F | 50 | 53 |
| Octal | 315 | 366 | 257 | 21 | 0 | 35 | 4 | 137 | 120 | 123 |
| Binary | 11001101 | 11110110 | 10101111 | 10001 | 0 | 11101 | 100 | 1011111 | 1010000 | 1010011 |
Color Harmonies of #CDF6AF
Complementary color
Monochromatic Colors of #CDF6AF
Black with #CDF6AF
Text Example
Text Example
White with #CDF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6AF; }
p { color: rgb(205,246,175); }
H1.HeaderClassName
{
color: #CDF6AF;
}
.AnyTagClassName
{
color: #CDF6AF;
}
</style>
background-color css
<style>
a { background-color: #CDF6AF; }
a { background-color: rgb(205,246,175); }
div.DivClassName
{
background-color: #CDF6AF;
}
.BgClassName
{
background-color: #CDF6AF;
}
</style>
border-color css
<style>
span { border-color: #CDF6AF; }
span { border-color: rgb(205,246,175); }
td.TdClassName
{
border-color: #CDF6AF;
}
.TagClassName
{
border-color: #CDF6AF;
}
</style>