Shades of Tea Green #DAF0C1
Tints of Tea Green #DAF0C1
RGB
CMYK
RGB Variations
Color information
#DAF0C1 (or 0xDAF0C1) is known color: Tea Green. HEX triplet: DA, F0 and C1. RGB value is (218,240,193). Sum of RGB (Red+Green+Blue) = 218+240+193=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0C1 is #250F3E. Grayscale: #E4E4E4. Windows color (decimal): -2428735 or 12710106. OLE color: 12710106.
HSL color Cylindrical-coordinate representation of color #DAF0C1: hue angle of 88.09º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAF0C1 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 193 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.06 |
| HSL | 88.09º | 0.61% | 0.85% | - |
| HSV(B) | 88.09º | 0.2% | 0.94% | - |
| XYZ | 69.7 | 81.08 | 62.43 | - |
| YUV | 228.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 193 | 0.09 | 0 | 0.20 | 0.06 | 88.09 | 0.61 | 0.85 |
| Hex | DA | F0 | C1 | 9 | 0 | 14 | 6 | 58 | 3D | 55 |
| Octal | 332 | 360 | 301 | 11 | 0 | 24 | 6 | 130 | 75 | 125 |
| Binary | 11011010 | 11110000 | 11000001 | 1001 | 0 | 10100 | 110 | 1011000 | 111101 | 1010101 |
Color Harmonies of #DAF0C1
Complementary color
Monochromatic Colors of #DAF0C1
Black with #DAF0C1
Text Example
Text Example
White with #DAF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0C1; }
p { color: rgb(218,240,193); }
H1.HeaderClassName
{
color: #DAF0C1;
}
.AnyTagClassName
{
color: #DAF0C1;
}
</style>
background-color css
<style>
a { background-color: #DAF0C1; }
a { background-color: rgb(218,240,193); }
div.DivClassName
{
background-color: #DAF0C1;
}
.BgClassName
{
background-color: #DAF0C1;
}
</style>
border-color css
<style>
span { border-color: #DAF0C1; }
span { border-color: rgb(218,240,193); }
td.TdClassName
{
border-color: #DAF0C1;
}
.TagClassName
{
border-color: #DAF0C1;
}
</style>