Shades of Tea Green #CDFAAF
Tints of Tea Green #CDFAAF
RGB
CMYK
RGB Variations
Color information
#CDFAAF (or 0xCDFAAF) is known color: Tea Green. HEX triplet: CD, FA and AF. RGB value is (205,250,175). Sum of RGB (Red+Green+Blue) = 205+250+175=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAAF is #320550. Grayscale: #E4E4E4. Windows color (decimal): -3278161 or 11533005. OLE color: 11533005.
HSL color Cylindrical-coordinate representation of color #CDFAAF: hue angle of 96º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDFAAF is Cyan = 0.18, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 175 | - |
| CMYK | 0.18 | 0 | 0.3 | 0.02 |
| HSL | 96º | 0.88% | 0.83% | - |
| HSV(B) | 96º | 0.3% | 0.98% | - |
| XYZ | 67.1 | 84.45 | 53.32 | - |
| YUV | 228 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 175 | 0.18 | 0 | 0.3 | 0.02 | 96 | 0.88 | 0.83 |
| Hex | CD | FA | AF | 12 | 0 | 1E | 2 | 60 | 58 | 53 |
| Octal | 315 | 372 | 257 | 22 | 0 | 36 | 2 | 140 | 130 | 123 |
| Binary | 11001101 | 11111010 | 10101111 | 10010 | 0 | 11110 | 10 | 1100000 | 1011000 | 1010011 |
Color Harmonies of #CDFAAF
Complementary color
Monochromatic Colors of #CDFAAF
Black with #CDFAAF
Text Example
Text Example
White with #CDFAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAAF; }
p { color: rgb(205,250,175); }
H1.HeaderClassName
{
color: #CDFAAF;
}
.AnyTagClassName
{
color: #CDFAAF;
}
</style>
background-color css
<style>
a { background-color: #CDFAAF; }
a { background-color: rgb(205,250,175); }
div.DivClassName
{
background-color: #CDFAAF;
}
.BgClassName
{
background-color: #CDFAAF;
}
</style>
border-color css
<style>
span { border-color: #CDFAAF; }
span { border-color: rgb(205,250,175); }
td.TdClassName
{
border-color: #CDFAAF;
}
.TagClassName
{
border-color: #CDFAAF;
}
</style>