Shades of Tea Green #DAFAB8
Tints of Tea Green #DAFAB8
RGB
CMYK
RGB Variations
Color information
#DAFAB8 (or 0xDAFAB8) is known color: Tea Green. HEX triplet: DA, FA and B8. RGB value is (218,250,184). Sum of RGB (Red+Green+Blue) = 218+250+184=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 184 (72.27% from 255 or 28.22% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAB8 is #250547. Grayscale: #E9E9E9. Windows color (decimal): -2426184 or 12122842. OLE color: 12122842.
HSL color Cylindrical-coordinate representation of color #DAFAB8: hue angle of 89.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAFAB8 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 184 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.02 |
| HSL | 89.09º | 0.87% | 0.85% | - |
| HSV(B) | 89.09º | 0.26% | 0.98% | - |
| XYZ | 71.75 | 86.74 | 58.31 | - |
| YUV | 232.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 184 | 0.13 | 0 | 0.26 | 0.02 | 89.09 | 0.87 | 0.85 |
| Hex | DA | FA | B8 | D | 0 | 1A | 2 | 59 | 57 | 55 |
| Octal | 332 | 372 | 270 | 15 | 0 | 32 | 2 | 131 | 127 | 125 |
| Binary | 11011010 | 11111010 | 10111000 | 1101 | 0 | 11010 | 10 | 1011001 | 1010111 | 1010101 |
Color Harmonies of #DAFAB8
Complementary color
Monochromatic Colors of #DAFAB8
Black with #DAFAB8
Text Example
Text Example
White with #DAFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFAB8; }
p { color: rgb(218,250,184); }
H1.HeaderClassName
{
color: #DAFAB8;
}
.AnyTagClassName
{
color: #DAFAB8;
}
</style>
background-color css
<style>
a { background-color: #DAFAB8; }
a { background-color: rgb(218,250,184); }
div.DivClassName
{
background-color: #DAFAB8;
}
.BgClassName
{
background-color: #DAFAB8;
}
</style>
border-color css
<style>
span { border-color: #DAFAB8; }
span { border-color: rgb(218,250,184); }
td.TdClassName
{
border-color: #DAFAB8;
}
.TagClassName
{
border-color: #DAFAB8;
}
</style>