Shades of Tea Green #DAFDC5
Tints of Tea Green #DAFDC5
RGB
CMYK
RGB Variations
Color information
#DAFDC5 (or 0xDAFDC5) is known color: Tea Green. HEX triplet: DA, FD and C5. RGB value is (218,253,197). Sum of RGB (Red+Green+Blue) = 218+253+197=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 197 (77.34% from 255 or 29.49% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDC5 is #25023A. Grayscale: #ECECEC. Windows color (decimal): -2425403 or 12975578. OLE color: 12975578.
HSL color Cylindrical-coordinate representation of color #DAFDC5: hue angle of 97.5º 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 #DAFDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 197 | - |
CMYK | 0.14 | 0 | 0.22 | 0.01 |
HSL | 97.5º | 0.93% | 0.88% | - |
HSV(B) | 97.5º | 0.22% | 0.99% | - |
XYZ | 74.12 | 89.19 | 66.13 | - |
YUV | 236.15 | 105.9 | 115.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 197 | 0.14 | 0 | 0.22 | 0.01 | 97.5 | 0.93 | 0.88 |
Hex | DA | FD | C5 | E | 0 | 16 | 1 | 62 | 5D | 58 |
Octal | 332 | 375 | 305 | 16 | 0 | 26 | 1 | 142 | 135 | 130 |
Binary | 11011010 | 11111101 | 11000101 | 1110 | 0 | 10110 | 1 | 1100010 | 1011101 | 1011000 |
Color Harmonies of #DAFDC5
Complementary color
Monochromatic Colors of #DAFDC5
Black with #DAFDC5
Text Example
Text Example
White with #DAFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDC5; }
p { color: rgb(218,253,197); }
H1.HeaderClassName
{
color: #DAFDC5;
}
.AnyTagClassName
{
color: #DAFDC5;
}
</style>
background-color css
<style>
a { background-color: #DAFDC5; }
a { background-color: rgb(218,253,197); }
div.DivClassName
{
background-color: #DAFDC5;
}
.BgClassName
{
background-color: #DAFDC5;
}
</style>
border-color css
<style>
span { border-color: #DAFDC5; }
span { border-color: rgb(218,253,197); }
td.TdClassName
{
border-color: #DAFDC5;
}
.TagClassName
{
border-color: #DAFDC5;
}
</style>