Shades of Tea Green #CDFAB1
Tints of Tea Green #CDFAB1
RGB
CMYK
RGB Variations
Color information
#CDFAB1 (or 0xCDFAB1) is known color: Tea Green. HEX triplet: CD, FA and B1. RGB value is (205,250,177). Sum of RGB (Red+Green+Blue) = 205+250+177=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 177 (69.53% from 255 or 28.01% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFAB1 is #32054E. Grayscale: #E4E4E4. Windows color (decimal): -3278159 or 11664077. OLE color: 11664077.
HSL color Cylindrical-coordinate representation of color #CDFAB1: hue angle of 96.99º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDFAB1 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 177 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.02 |
| HSL | 96.99º | 0.88% | 0.84% | - |
| HSV(B) | 96.99º | 0.29% | 0.98% | - |
| XYZ | 67.3 | 84.52 | 54.36 | - |
| YUV | 228.22 | 99.09 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 177 | 0.18 | 0 | 0.29 | 0.02 | 96.99 | 0.88 | 0.84 |
| Hex | CD | FA | B1 | 12 | 0 | 1D | 2 | 61 | 58 | 54 |
| Octal | 315 | 372 | 261 | 22 | 0 | 35 | 2 | 141 | 130 | 124 |
| Binary | 11001101 | 11111010 | 10110001 | 10010 | 0 | 11101 | 10 | 1100001 | 1011000 | 1010100 |
Color Harmonies of #CDFAB1
Complementary color
Monochromatic Colors of #CDFAB1
Black with #CDFAB1
Text Example
Text Example
White with #CDFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAB1; }
p { color: rgb(205,250,177); }
H1.HeaderClassName
{
color: #CDFAB1;
}
.AnyTagClassName
{
color: #CDFAB1;
}
</style>
background-color css
<style>
a { background-color: #CDFAB1; }
a { background-color: rgb(205,250,177); }
div.DivClassName
{
background-color: #CDFAB1;
}
.BgClassName
{
background-color: #CDFAB1;
}
</style>
border-color css
<style>
span { border-color: #CDFAB1; }
span { border-color: rgb(205,250,177); }
td.TdClassName
{
border-color: #CDFAB1;
}
.TagClassName
{
border-color: #CDFAB1;
}
</style>