Shades of Tea Green #CDFAB5
Tints of Tea Green #CDFAB5
RGB
CMYK
RGB Variations
Color information
#CDFAB5 (or 0xCDFAB5) is known color: Tea Green. HEX triplet: CD, FA and B5. RGB value is (205,250,181). Sum of RGB (Red+Green+Blue) = 205+250+181=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAB5 is #32054A. Grayscale: #E4E4E4. Windows color (decimal): -3278155 or 11926221. OLE color: 11926221.
HSL color Cylindrical-coordinate representation of color #CDFAB5: hue angle of 99.13º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDFAB5 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 250 | 181 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.02 |
| HSL | 99.13º | 0.87% | 0.85% | - |
| HSV(B) | 99.13º | 0.28% | 0.98% | - |
| XYZ | 67.7 | 84.69 | 56.49 | - |
| YUV | 228.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 250 | 181 | 0.18 | 0 | 0.28 | 0.02 | 99.13 | 0.87 | 0.85 |
| Hex | CD | FA | B5 | 12 | 0 | 1C | 2 | 63 | 57 | 55 |
| Octal | 315 | 372 | 265 | 22 | 0 | 34 | 2 | 143 | 127 | 125 |
| Binary | 11001101 | 11111010 | 10110101 | 10010 | 0 | 11100 | 10 | 1100011 | 1010111 | 1010101 |
Color Harmonies of #CDFAB5
Complementary color
Monochromatic Colors of #CDFAB5
Black with #CDFAB5
Text Example
Text Example
White with #CDFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAB5; }
p { color: rgb(205,250,181); }
H1.HeaderClassName
{
color: #CDFAB5;
}
.AnyTagClassName
{
color: #CDFAB5;
}
</style>
background-color css
<style>
a { background-color: #CDFAB5; }
a { background-color: rgb(205,250,181); }
div.DivClassName
{
background-color: #CDFAB5;
}
.BgClassName
{
background-color: #CDFAB5;
}
</style>
border-color css
<style>
span { border-color: #CDFAB5; }
span { border-color: rgb(205,250,181); }
td.TdClassName
{
border-color: #CDFAB5;
}
.TagClassName
{
border-color: #CDFAB5;
}
</style>