Shades of Tea Green #D5FABC
Tints of Tea Green #D5FABC
RGB
CMYK
RGB Variations
Color information
#D5FABC (or 0xD5FABC) is known color: Tea Green. HEX triplet: D5, FA and BC. RGB value is (213,250,188). Sum of RGB (Red+Green+Blue) = 213+250+188=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FABC is #2A0543. Grayscale: #E8E8E8. Windows color (decimal): -2753860 or 12384981. OLE color: 12384981.
HSL color Cylindrical-coordinate representation of color #D5FABC: hue angle of 95.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5FABC is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 188 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.02 |
| HSL | 95.81º | 0.86% | 0.86% | - |
| HSV(B) | 95.81º | 0.25% | 0.98% | - |
| XYZ | 70.7 | 86.15 | 60.48 | - |
| YUV | 231.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 188 | 0.15 | 0 | 0.25 | 0.02 | 95.81 | 0.86 | 0.86 |
| Hex | D5 | FA | BC | F | 0 | 19 | 2 | 60 | 56 | 56 |
| Octal | 325 | 372 | 274 | 17 | 0 | 31 | 2 | 140 | 126 | 126 |
| Binary | 11010101 | 11111010 | 10111100 | 1111 | 0 | 11001 | 10 | 1100000 | 1010110 | 1010110 |
Color Harmonies of #D5FABC
Complementary color
Monochromatic Colors of #D5FABC
Black with #D5FABC
Text Example
Text Example
White with #D5FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FABC; }
p { color: rgb(213,250,188); }
H1.HeaderClassName
{
color: #D5FABC;
}
.AnyTagClassName
{
color: #D5FABC;
}
</style>
background-color css
<style>
a { background-color: #D5FABC; }
a { background-color: rgb(213,250,188); }
div.DivClassName
{
background-color: #D5FABC;
}
.BgClassName
{
background-color: #D5FABC;
}
</style>
border-color css
<style>
span { border-color: #D5FABC; }
span { border-color: rgb(213,250,188); }
td.TdClassName
{
border-color: #D5FABC;
}
.TagClassName
{
border-color: #D5FABC;
}
</style>