Shades of Tea Green #DAFDC6
Tints of Tea Green #DAFDC6
RGB
CMYK
RGB Variations
Color information
#DAFDC6 (or 0xDAFDC6) is known color: Tea Green. HEX triplet: DA, FD and C6. RGB value is (218,253,198). Sum of RGB (Red+Green+Blue) = 218+253+198=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDC6 is #250239. Grayscale: #ECECEC. Windows color (decimal): -2425402 or 13041114. OLE color: 13041114.
HSL color Cylindrical-coordinate representation of color #DAFDC6: hue angle of 98.18º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAFDC6 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 198 | - |
CMYK | 0.14 | 0 | 0.22 | 0.01 |
HSL | 98.18º | 0.93% | 0.88% | - |
HSV(B) | 98.18º | 0.22% | 0.99% | - |
XYZ | 74.23 | 89.23 | 66.74 | - |
YUV | 236.27 | 106.4 | 114.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 198 | 0.14 | 0 | 0.22 | 0.01 | 98.18 | 0.93 | 0.88 |
Hex | DA | FD | C6 | E | 0 | 16 | 1 | 62 | 5D | 58 |
Octal | 332 | 375 | 306 | 16 | 0 | 26 | 1 | 142 | 135 | 130 |
Binary | 11011010 | 11111101 | 11000110 | 1110 | 0 | 10110 | 1 | 1100010 | 1011101 | 1011000 |
Color Harmonies of #DAFDC6
Complementary color
Monochromatic Colors of #DAFDC6
Black with #DAFDC6
Text Example
Text Example
White with #DAFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDC6; }
p { color: rgb(218,253,198); }
H1.HeaderClassName
{
color: #DAFDC6;
}
.AnyTagClassName
{
color: #DAFDC6;
}
</style>
background-color css
<style>
a { background-color: #DAFDC6; }
a { background-color: rgb(218,253,198); }
div.DivClassName
{
background-color: #DAFDC6;
}
.BgClassName
{
background-color: #DAFDC6;
}
</style>
border-color css
<style>
span { border-color: #DAFDC6; }
span { border-color: rgb(218,253,198); }
td.TdClassName
{
border-color: #DAFDC6;
}
.TagClassName
{
border-color: #DAFDC6;
}
</style>