Shades of Tea Green #DAFDB6
Tints of Tea Green #DAFDB6
RGB
CMYK
RGB Variations
Color information
#DAFDB6 (or 0xDAFDB6) is known color: Tea Green. HEX triplet: DA, FD and B6. RGB value is (218,253,182). Sum of RGB (Red+Green+Blue) = 218+253+182=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDB6 is #250249. Grayscale: #EAEAEA. Windows color (decimal): -2425418 or 11992538. OLE color: 11992538.
HSL color Cylindrical-coordinate representation of color #DAFDB6: hue angle of 89.58º 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 #DAFDB6 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 182 | - |
CMYK | 0.14 | 0 | 0.28 | 0.01 |
HSL | 89.58º | 0.95% | 0.85% | - |
HSV(B) | 89.58º | 0.28% | 0.99% | - |
XYZ | 72.48 | 88.53 | 57.52 | - |
YUV | 234.44 | 98.4 | 116.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 182 | 0.14 | 0 | 0.28 | 0.01 | 89.58 | 0.95 | 0.85 |
Hex | DA | FD | B6 | E | 0 | 1C | 1 | 5A | 5F | 55 |
Octal | 332 | 375 | 266 | 16 | 0 | 34 | 1 | 132 | 137 | 125 |
Binary | 11011010 | 11111101 | 10110110 | 1110 | 0 | 11100 | 1 | 1011010 | 1011111 | 1010101 |
Color Harmonies of #DAFDB6
Complementary color
Monochromatic Colors of #DAFDB6
Black with #DAFDB6
Text Example
Text Example
White with #DAFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDB6; }
p { color: rgb(218,253,182); }
H1.HeaderClassName
{
color: #DAFDB6;
}
.AnyTagClassName
{
color: #DAFDB6;
}
</style>
background-color css
<style>
a { background-color: #DAFDB6; }
a { background-color: rgb(218,253,182); }
div.DivClassName
{
background-color: #DAFDB6;
}
.BgClassName
{
background-color: #DAFDB6;
}
</style>
border-color css
<style>
span { border-color: #DAFDB6; }
span { border-color: rgb(218,253,182); }
td.TdClassName
{
border-color: #DAFDB6;
}
.TagClassName
{
border-color: #DAFDB6;
}
</style>