Shades of Tea Green #D5FAB1
Tints of Tea Green #D5FAB1
RGB
CMYK
RGB Variations
Color information
#D5FAB1 (or 0xD5FAB1) is known color: Tea Green. HEX triplet: D5, FA and B1. RGB value is (213,250,177). Sum of RGB (Red+Green+Blue) = 213+250+177=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FAB1 is #2A054E. Grayscale: #E6E6E6. Windows color (decimal): -2753871 or 11664085. OLE color: 11664085.
HSL color Cylindrical-coordinate representation of color #D5FAB1: hue angle of 90.41º 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 #D5FAB1 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 177 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.02 |
| HSL | 90.41º | 0.88% | 0.84% | - |
| HSV(B) | 90.41º | 0.29% | 0.98% | - |
| XYZ | 69.56 | 85.69 | 54.47 | - |
| YUV | 230.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 177 | 0.15 | 0 | 0.29 | 0.02 | 90.41 | 0.88 | 0.84 |
| Hex | D5 | FA | B1 | F | 0 | 1D | 2 | 5A | 58 | 54 |
| Octal | 325 | 372 | 261 | 17 | 0 | 35 | 2 | 132 | 130 | 124 |
| Binary | 11010101 | 11111010 | 10110001 | 1111 | 0 | 11101 | 10 | 1011010 | 1011000 | 1010100 |
Color Harmonies of #D5FAB1
Complementary color
Monochromatic Colors of #D5FAB1
Black with #D5FAB1
Text Example
Text Example
White with #D5FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FAB1; }
p { color: rgb(213,250,177); }
H1.HeaderClassName
{
color: #D5FAB1;
}
.AnyTagClassName
{
color: #D5FAB1;
}
</style>
background-color css
<style>
a { background-color: #D5FAB1; }
a { background-color: rgb(213,250,177); }
div.DivClassName
{
background-color: #D5FAB1;
}
.BgClassName
{
background-color: #D5FAB1;
}
</style>
border-color css
<style>
span { border-color: #D5FAB1; }
span { border-color: rgb(213,250,177); }
td.TdClassName
{
border-color: #D5FAB1;
}
.TagClassName
{
border-color: #D5FAB1;
}
</style>