Shades of Tea Green #D6FAB2
Tints of Tea Green #D6FAB2
RGB
CMYK
RGB Variations
Color information
#D6FAB2 (or 0xD6FAB2) is known color: Tea Green. HEX triplet: D6, FA and B2. RGB value is (214,250,178). Sum of RGB (Red+Green+Blue) = 214+250+178=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FAB2 is #29054D. Grayscale: #E7E7E7. Windows color (decimal): -2688334 or 11729622. OLE color: 11729622.
HSL color Cylindrical-coordinate representation of color #D6FAB2: hue angle of 90º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6FAB2 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
RGB | 214 | 250 | 178 | - |
CMYK | 0.14 | 0 | 0.29 | 0.02 |
HSL | 90º | 0.88% | 0.84% | - |
HSV(B) | 90º | 0.29% | 0.98% | - |
XYZ | 69.95 | 85.88 | 55.01 | - |
YUV | 231.03 | 98.07 | 115.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 250 | 178 | 0.14 | 0 | 0.29 | 0.02 | 90 | 0.88 | 0.84 |
Hex | D6 | FA | B2 | E | 0 | 1D | 2 | 5A | 58 | 54 |
Octal | 326 | 372 | 262 | 16 | 0 | 35 | 2 | 132 | 130 | 124 |
Binary | 11010110 | 11111010 | 10110010 | 1110 | 0 | 11101 | 10 | 1011010 | 1011000 | 1010100 |
Color Harmonies of #D6FAB2
Complementary color
Monochromatic Colors of #D6FAB2
Black with #D6FAB2
Text Example
Text Example
White with #D6FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAB2; }
p { color: rgb(214,250,178); }
H1.HeaderClassName
{
color: #D6FAB2;
}
.AnyTagClassName
{
color: #D6FAB2;
}
</style>
background-color css
<style>
a { background-color: #D6FAB2; }
a { background-color: rgb(214,250,178); }
div.DivClassName
{
background-color: #D6FAB2;
}
.BgClassName
{
background-color: #D6FAB2;
}
</style>
border-color css
<style>
span { border-color: #D6FAB2; }
span { border-color: rgb(214,250,178); }
td.TdClassName
{
border-color: #D6FAB2;
}
.TagClassName
{
border-color: #D6FAB2;
}
</style>