Shades of Tea Green #DAF3C4
Tints of Tea Green #DAF3C4
RGB
CMYK
RGB Variations
Color information
#DAF3C4 (or 0xDAF3C4) is known color: Tea Green. HEX triplet: DA, F3 and C4. RGB value is (218,243,196). Sum of RGB (Red+Green+Blue) = 218+243+196=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 196 (76.95% from 255 or 29.83% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3C4 is #250C3B. Grayscale: #E6E6E6. Windows color (decimal): -2427964 or 12907482. OLE color: 12907482.
HSL color Cylindrical-coordinate representation of color #DAF3C4: hue angle of 91.91º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAF3C4 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 196 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.05 |
| HSL | 91.91º | 0.66% | 0.86% | - |
| HSV(B) | 91.91º | 0.19% | 0.95% | - |
| XYZ | 70.93 | 82.99 | 64.51 | - |
| YUV | 230.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 196 | 0.10 | 0 | 0.19 | 0.05 | 91.91 | 0.66 | 0.86 |
| Hex | DA | F3 | C4 | A | 0 | 13 | 5 | 5C | 42 | 56 |
| Octal | 332 | 363 | 304 | 12 | 0 | 23 | 5 | 134 | 102 | 126 |
| Binary | 11011010 | 11110011 | 11000100 | 1010 | 0 | 10011 | 101 | 1011100 | 1000010 | 1010110 |
Color Harmonies of #DAF3C4
Complementary color
Monochromatic Colors of #DAF3C4
Black with #DAF3C4
Text Example
Text Example
White with #DAF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3C4; }
p { color: rgb(218,243,196); }
H1.HeaderClassName
{
color: #DAF3C4;
}
.AnyTagClassName
{
color: #DAF3C4;
}
</style>
background-color css
<style>
a { background-color: #DAF3C4; }
a { background-color: rgb(218,243,196); }
div.DivClassName
{
background-color: #DAF3C4;
}
.BgClassName
{
background-color: #DAF3C4;
}
</style>
border-color css
<style>
span { border-color: #DAF3C4; }
span { border-color: rgb(218,243,196); }
td.TdClassName
{
border-color: #DAF3C4;
}
.TagClassName
{
border-color: #DAF3C4;
}
</style>