Shades of Tea Green #D5FABA
Tints of Tea Green #D5FABA
RGB
CMYK
RGB Variations
Color information
#D5FABA (or 0xD5FABA) is known color: Tea Green. HEX triplet: D5, FA and BA. RGB value is (213,250,186). Sum of RGB (Red+Green+Blue) = 213+250+186=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FABA is #2A0545. Grayscale: #E7E7E7. Windows color (decimal): -2753862 or 12253909. OLE color: 12253909.
HSL color Cylindrical-coordinate representation of color #D5FABA: hue angle of 94.69º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5FABA is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 186 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.02 |
| HSL | 94.69º | 0.86% | 0.85% | - |
| HSV(B) | 94.69º | 0.26% | 0.98% | - |
| XYZ | 70.49 | 86.06 | 59.35 | - |
| YUV | 231.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 186 | 0.15 | 0 | 0.26 | 0.02 | 94.69 | 0.86 | 0.85 |
| Hex | D5 | FA | BA | F | 0 | 1A | 2 | 5F | 56 | 55 |
| Octal | 325 | 372 | 272 | 17 | 0 | 32 | 2 | 137 | 126 | 125 |
| Binary | 11010101 | 11111010 | 10111010 | 1111 | 0 | 11010 | 10 | 1011111 | 1010110 | 1010101 |
Color Harmonies of #D5FABA
Complementary color
Monochromatic Colors of #D5FABA
Black with #D5FABA
Text Example
Text Example
White with #D5FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FABA; }
p { color: rgb(213,250,186); }
H1.HeaderClassName
{
color: #D5FABA;
}
.AnyTagClassName
{
color: #D5FABA;
}
</style>
background-color css
<style>
a { background-color: #D5FABA; }
a { background-color: rgb(213,250,186); }
div.DivClassName
{
background-color: #D5FABA;
}
.BgClassName
{
background-color: #D5FABA;
}
</style>
border-color css
<style>
span { border-color: #D5FABA; }
span { border-color: rgb(213,250,186); }
td.TdClassName
{
border-color: #D5FABA;
}
.TagClassName
{
border-color: #D5FABA;
}
</style>