Shades of Tea Green #DAFDBE
Tints of Tea Green #DAFDBE
RGB
CMYK
RGB Variations
Color information
#DAFDBE (or 0xDAFDBE) is known color: Tea Green. HEX triplet: DA, FD and BE. RGB value is (218,253,190). Sum of RGB (Red+Green+Blue) = 218+253+190=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBE is #250241. Grayscale: #EBEBEB. Windows color (decimal): -2425410 or 12516826. OLE color: 12516826.
HSL color Cylindrical-coordinate representation of color #DAFDBE: hue angle of 93.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAFDBE is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 190 | - |
CMYK | 0.14 | 0 | 0.25 | 0.01 |
HSL | 93.33º | 0.94% | 0.87% | - |
HSV(B) | 93.33º | 0.25% | 0.99% | - |
XYZ | 73.33 | 88.87 | 62 | - |
YUV | 235.35 | 102.4 | 115.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 190 | 0.14 | 0 | 0.25 | 0.01 | 93.33 | 0.94 | 0.87 |
Hex | DA | FD | BE | E | 0 | 19 | 1 | 5D | 5E | 57 |
Octal | 332 | 375 | 276 | 16 | 0 | 31 | 1 | 135 | 136 | 127 |
Binary | 11011010 | 11111101 | 10111110 | 1110 | 0 | 11001 | 1 | 1011101 | 1011110 | 1010111 |
Color Harmonies of #DAFDBE
Complementary color
Monochromatic Colors of #DAFDBE
Black with #DAFDBE
Text Example
Text Example
White with #DAFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDBE; }
p { color: rgb(218,253,190); }
H1.HeaderClassName
{
color: #DAFDBE;
}
.AnyTagClassName
{
color: #DAFDBE;
}
</style>
background-color css
<style>
a { background-color: #DAFDBE; }
a { background-color: rgb(218,253,190); }
div.DivClassName
{
background-color: #DAFDBE;
}
.BgClassName
{
background-color: #DAFDBE;
}
</style>
border-color css
<style>
span { border-color: #DAFDBE; }
span { border-color: rgb(218,253,190); }
td.TdClassName
{
border-color: #DAFDBE;
}
.TagClassName
{
border-color: #DAFDBE;
}
</style>