Shades of Tea Green #DAF3C0
Tints of Tea Green #DAF3C0
RGB
CMYK
RGB Variations
Color information
#DAF3C0 (or 0xDAF3C0) is known color: Tea Green. HEX triplet: DA, F3 and C0. RGB value is (218,243,192). Sum of RGB (Red+Green+Blue) = 218+243+192=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3C0 is #250C3F. Grayscale: #E5E5E5. Windows color (decimal): -2427968 or 12645338. OLE color: 12645338.
HSL color Cylindrical-coordinate representation of color #DAF3C0: hue angle of 89.41º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAF3C0 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 243 | 192 | - |
CMYK | 0.10 | 0 | 0.21 | 0.05 |
HSL | 89.41º | 0.68% | 0.85% | - |
HSV(B) | 89.41º | 0.21% | 0.95% | - |
XYZ | 70.48 | 82.81 | 62.14 | - |
YUV | 229.71 | 106.72 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 243 | 192 | 0.10 | 0 | 0.21 | 0.05 | 89.41 | 0.68 | 0.85 |
Hex | DA | F3 | C0 | A | 0 | 15 | 5 | 59 | 44 | 55 |
Octal | 332 | 363 | 300 | 12 | 0 | 25 | 5 | 131 | 104 | 125 |
Binary | 11011010 | 11110011 | 11000000 | 1010 | 0 | 10101 | 101 | 1011001 | 1000100 | 1010101 |
Color Harmonies of #DAF3C0
Complementary color
Monochromatic Colors of #DAF3C0
Black with #DAF3C0
Text Example
Text Example
White with #DAF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3C0; }
p { color: rgb(218,243,192); }
H1.HeaderClassName
{
color: #DAF3C0;
}
.AnyTagClassName
{
color: #DAF3C0;
}
</style>
background-color css
<style>
a { background-color: #DAF3C0; }
a { background-color: rgb(218,243,192); }
div.DivClassName
{
background-color: #DAF3C0;
}
.BgClassName
{
background-color: #DAF3C0;
}
</style>
border-color css
<style>
span { border-color: #DAF3C0; }
span { border-color: rgb(218,243,192); }
td.TdClassName
{
border-color: #DAF3C0;
}
.TagClassName
{
border-color: #DAF3C0;
}
</style>