Shades of Tea Green #CDFAB0
Tints of Tea Green #CDFAB0
RGB
CMYK
RGB Variations
Color information
#CDFAB0 (or 0xCDFAB0) is known color: Tea Green. HEX triplet: CD, FA and B0. RGB value is (205,250,176). Sum of RGB (Red+Green+Blue) = 205+250+176=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAB0 is #32054F. Grayscale: #E4E4E4. Windows color (decimal): -3278160 or 11598541. OLE color: 11598541.
HSL color Cylindrical-coordinate representation of color #CDFAB0: hue angle of 96.49º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDFAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 176 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.02 |
| HSL | 96.49º | 0.88% | 0.84% | - |
| HSV(B) | 96.49º | 0.3% | 0.98% | - |
| XYZ | 67.2 | 84.48 | 53.84 | - |
| YUV | 228.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 176 | 0.18 | 0 | 0.30 | 0.02 | 96.49 | 0.88 | 0.84 |
| Hex | CD | FA | B0 | 12 | 0 | 1E | 2 | 60 | 58 | 54 |
| Octal | 315 | 372 | 260 | 22 | 0 | 36 | 2 | 140 | 130 | 124 |
| Binary | 11001101 | 11111010 | 10110000 | 10010 | 0 | 11110 | 10 | 1100000 | 1011000 | 1010100 |
Color Harmonies of #CDFAB0
Complementary color
Monochromatic Colors of #CDFAB0
Black with #CDFAB0
Text Example
Text Example
White with #CDFAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAB0; }
p { color: rgb(205,250,176); }
H1.HeaderClassName
{
color: #CDFAB0;
}
.AnyTagClassName
{
color: #CDFAB0;
}
</style>
background-color css
<style>
a { background-color: #CDFAB0; }
a { background-color: rgb(205,250,176); }
div.DivClassName
{
background-color: #CDFAB0;
}
.BgClassName
{
background-color: #CDFAB0;
}
</style>
border-color css
<style>
span { border-color: #CDFAB0; }
span { border-color: rgb(205,250,176); }
td.TdClassName
{
border-color: #CDFAB0;
}
.TagClassName
{
border-color: #CDFAB0;
}
</style>