Shades of Tea Green #DAFDBD
Tints of Tea Green #DAFDBD
RGB
CMYK
RGB Variations
Color information
#DAFDBD (or 0xDAFDBD) is known color: Tea Green. HEX triplet: DA, FD and BD. RGB value is (218,253,189). Sum of RGB (Red+Green+Blue) = 218+253+189=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDBD is #250242. Grayscale: #EBEBEB. Windows color (decimal): -2425411 or 12451290. OLE color: 12451290.
HSL color Cylindrical-coordinate representation of color #DAFDBD: hue angle of 92.81º 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 #DAFDBD is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 189 | - |
CMYK | 0.14 | 0 | 0.25 | 0.01 |
HSL | 92.81º | 0.94% | 0.87% | - |
HSV(B) | 92.81º | 0.25% | 0.99% | - |
XYZ | 73.22 | 88.83 | 61.43 | - |
YUV | 235.24 | 101.9 | 115.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 189 | 0.14 | 0 | 0.25 | 0.01 | 92.81 | 0.94 | 0.87 |
Hex | DA | FD | BD | E | 0 | 19 | 1 | 5D | 5E | 57 |
Octal | 332 | 375 | 275 | 16 | 0 | 31 | 1 | 135 | 136 | 127 |
Binary | 11011010 | 11111101 | 10111101 | 1110 | 0 | 11001 | 1 | 1011101 | 1011110 | 1010111 |
Color Harmonies of #DAFDBD
Complementary color
Monochromatic Colors of #DAFDBD
Black with #DAFDBD
Text Example
Text Example
White with #DAFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDBD; }
p { color: rgb(218,253,189); }
H1.HeaderClassName
{
color: #DAFDBD;
}
.AnyTagClassName
{
color: #DAFDBD;
}
</style>
background-color css
<style>
a { background-color: #DAFDBD; }
a { background-color: rgb(218,253,189); }
div.DivClassName
{
background-color: #DAFDBD;
}
.BgClassName
{
background-color: #DAFDBD;
}
</style>
border-color css
<style>
span { border-color: #DAFDBD; }
span { border-color: rgb(218,253,189); }
td.TdClassName
{
border-color: #DAFDBD;
}
.TagClassName
{
border-color: #DAFDBD;
}
</style>