Shades of Tea Green #DAFEB5
Tints of Tea Green #DAFEB5
RGB
CMYK
RGB Variations
Color information
#DAFEB5 (or 0xDAFEB5) is known color: Tea Green. HEX triplet: DA, FE and B5. RGB value is (218,254,181). Sum of RGB (Red+Green+Blue) = 218+254+181=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEB5 is #25014A. Grayscale: #EBEBEB. Windows color (decimal): -2425163 or 11927258. OLE color: 11927258.
HSL color Cylindrical-coordinate representation of color #DAFEB5: hue angle of 89.59º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAFEB5 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 181 | - |
CMYK | 0.14 | 0 | 0.29 | 0.00 |
HSL | 89.59º | 0.97% | 0.85% | - |
HSV(B) | 89.59º | 0.29% | 1% | - |
XYZ | 72.7 | 89.13 | 57.09 | - |
YUV | 234.91 | 97.57 | 115.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 181 | 0.14 | 0 | 0.29 | 0.00 | 89.59 | 0.97 | 0.85 |
Hex | DA | FE | B5 | E | 0 | 1D | 0 | 5A | 61 | 55 |
Octal | 332 | 376 | 265 | 16 | 0 | 35 | 0 | 132 | 141 | 125 |
Binary | 11011010 | 11111110 | 10110101 | 1110 | 0 | 11101 | 0 | 1011010 | 1100001 | 1010101 |
Color Harmonies of #DAFEB5
Complementary color
Monochromatic Colors of #DAFEB5
Black with #DAFEB5
Text Example
Text Example
White with #DAFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEB5; }
p { color: rgb(218,254,181); }
H1.HeaderClassName
{
color: #DAFEB5;
}
.AnyTagClassName
{
color: #DAFEB5;
}
</style>
background-color css
<style>
a { background-color: #DAFEB5; }
a { background-color: rgb(218,254,181); }
div.DivClassName
{
background-color: #DAFEB5;
}
.BgClassName
{
background-color: #DAFEB5;
}
</style>
border-color css
<style>
span { border-color: #DAFEB5; }
span { border-color: rgb(218,254,181); }
td.TdClassName
{
border-color: #DAFEB5;
}
.TagClassName
{
border-color: #DAFEB5;
}
</style>