Shades of Tea Green #DAF3C8
Tints of Tea Green #DAF3C8
RGB
CMYK
RGB Variations
Color information
#DAF3C8 (or 0xDAF3C8) is known color: Tea Green. HEX triplet: DA, F3 and C8. RGB value is (218,243,200). Sum of RGB (Red+Green+Blue) = 218+243+200=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3C8 is #250C37. Grayscale: #E6E6E6. Windows color (decimal): -2427960 or 13169626. OLE color: 13169626.
HSL color Cylindrical-coordinate representation of color #DAF3C8: hue angle of 94.88º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAF3C8 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 200 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.05 |
| HSL | 94.88º | 0.64% | 0.87% | - |
| HSV(B) | 94.88º | 0.18% | 0.95% | - |
| XYZ | 71.39 | 83.18 | 66.94 | - |
| YUV | 230.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 200 | 0.10 | 0 | 0.18 | 0.05 | 94.88 | 0.64 | 0.87 |
| Hex | DA | F3 | C8 | A | 0 | 12 | 5 | 5F | 40 | 57 |
| Octal | 332 | 363 | 310 | 12 | 0 | 22 | 5 | 137 | 100 | 127 |
| Binary | 11011010 | 11110011 | 11001000 | 1010 | 0 | 10010 | 101 | 1011111 | 1000000 | 1010111 |
Color Harmonies of #DAF3C8
Complementary color
Monochromatic Colors of #DAF3C8
Black with #DAF3C8
Text Example
Text Example
White with #DAF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3C8; }
p { color: rgb(218,243,200); }
H1.HeaderClassName
{
color: #DAF3C8;
}
.AnyTagClassName
{
color: #DAF3C8;
}
</style>
background-color css
<style>
a { background-color: #DAF3C8; }
a { background-color: rgb(218,243,200); }
div.DivClassName
{
background-color: #DAF3C8;
}
.BgClassName
{
background-color: #DAF3C8;
}
</style>
border-color css
<style>
span { border-color: #DAF3C8; }
span { border-color: rgb(218,243,200); }
td.TdClassName
{
border-color: #DAF3C8;
}
.TagClassName
{
border-color: #DAF3C8;
}
</style>