Shades of Tea Green #CDFAC0
Tints of Tea Green #CDFAC0
RGB
CMYK
RGB Variations
Color information
#CDFAC0 (or 0xCDFAC0) is known color: Tea Green. HEX triplet: CD, FA and C0. RGB value is (205,250,192). Sum of RGB (Red+Green+Blue) = 205+250+192=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC0 is #32053F. Grayscale: #E6E6E6. Windows color (decimal): -3278144 or 12647117. OLE color: 12647117.
HSL color Cylindrical-coordinate representation of color #CDFAC0: hue angle of 106.55º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDFAC0 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 192 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.02 |
| HSL | 106.55º | 0.85% | 0.87% | - |
| HSV(B) | 106.55º | 0.23% | 0.98% | - |
| XYZ | 68.88 | 85.16 | 62.68 | - |
| YUV | 229.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 192 | 0.18 | 0 | 0.23 | 0.02 | 106.55 | 0.85 | 0.87 |
| Hex | CD | FA | C0 | 12 | 0 | 17 | 2 | 6B | 55 | 57 |
| Octal | 315 | 372 | 300 | 22 | 0 | 27 | 2 | 153 | 125 | 127 |
| Binary | 11001101 | 11111010 | 11000000 | 10010 | 0 | 10111 | 10 | 1101011 | 1010101 | 1010111 |
Color Harmonies of #CDFAC0
Complementary color
Monochromatic Colors of #CDFAC0
Black with #CDFAC0
Text Example
Text Example
White with #CDFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAC0; }
p { color: rgb(205,250,192); }
H1.HeaderClassName
{
color: #CDFAC0;
}
.AnyTagClassName
{
color: #CDFAC0;
}
</style>
background-color css
<style>
a { background-color: #CDFAC0; }
a { background-color: rgb(205,250,192); }
div.DivClassName
{
background-color: #CDFAC0;
}
.BgClassName
{
background-color: #CDFAC0;
}
</style>
border-color css
<style>
span { border-color: #CDFAC0; }
span { border-color: rgb(205,250,192); }
td.TdClassName
{
border-color: #CDFAC0;
}
.TagClassName
{
border-color: #CDFAC0;
}
</style>