Shades of Tea Green #DAFDB5
Tints of Tea Green #DAFDB5
RGB
CMYK
RGB Variations
Color information
#DAFDB5 (or 0xDAFDB5) is known color: Tea Green. HEX triplet: DA, FD and B5. RGB value is (218,253,181). Sum of RGB (Red+Green+Blue) = 218+253+181=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDB5 is #25024A. Grayscale: #EAEAEA. Windows color (decimal): -2425419 or 11927002. OLE color: 11927002.
HSL color Cylindrical-coordinate representation of color #DAFDB5: hue angle of 89.17º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAFDB5 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 181 | - |
CMYK | 0.14 | 0 | 0.28 | 0.01 |
HSL | 89.17º | 0.95% | 0.85% | - |
HSV(B) | 89.17º | 0.28% | 0.99% | - |
XYZ | 72.38 | 88.49 | 56.98 | - |
YUV | 234.33 | 97.9 | 116.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 181 | 0.14 | 0 | 0.28 | 0.01 | 89.17 | 0.95 | 0.85 |
Hex | DA | FD | B5 | E | 0 | 1C | 1 | 59 | 5F | 55 |
Octal | 332 | 375 | 265 | 16 | 0 | 34 | 1 | 131 | 137 | 125 |
Binary | 11011010 | 11111101 | 10110101 | 1110 | 0 | 11100 | 1 | 1011001 | 1011111 | 1010101 |
Color Harmonies of #DAFDB5
Complementary color
Monochromatic Colors of #DAFDB5
Black with #DAFDB5
Text Example
Text Example
White with #DAFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDB5; }
p { color: rgb(218,253,181); }
H1.HeaderClassName
{
color: #DAFDB5;
}
.AnyTagClassName
{
color: #DAFDB5;
}
</style>
background-color css
<style>
a { background-color: #DAFDB5; }
a { background-color: rgb(218,253,181); }
div.DivClassName
{
background-color: #DAFDB5;
}
.BgClassName
{
background-color: #DAFDB5;
}
</style>
border-color css
<style>
span { border-color: #DAFDB5; }
span { border-color: rgb(218,253,181); }
td.TdClassName
{
border-color: #DAFDB5;
}
.TagClassName
{
border-color: #DAFDB5;
}
</style>