Shades of Tea Green #D5FCBA
Tints of Tea Green #D5FCBA
RGB
CMYK
RGB Variations
Color information
#D5FCBA (or 0xD5FCBA) is known color: Tea Green. HEX triplet: D5, FC and BA. RGB value is (213,252,186). Sum of RGB (Red+Green+Blue) = 213+252+186=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCBA is #2A0345. Grayscale: #E9E9E9. Windows color (decimal): -2753350 or 12254421. OLE color: 12254421.
HSL color Cylindrical-coordinate representation of color #D5FCBA: hue angle of 95.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5FCBA is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 186 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.01 |
| HSL | 95.45º | 0.92% | 0.86% | - |
| HSV(B) | 95.45º | 0.26% | 0.99% | - |
| XYZ | 71.11 | 87.31 | 59.56 | - |
| YUV | 232.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 186 | 0.15 | 0 | 0.26 | 0.01 | 95.45 | 0.92 | 0.86 |
| Hex | D5 | FC | BA | F | 0 | 1A | 1 | 5F | 5C | 56 |
| Octal | 325 | 374 | 272 | 17 | 0 | 32 | 1 | 137 | 134 | 126 |
| Binary | 11010101 | 11111100 | 10111010 | 1111 | 0 | 11010 | 1 | 1011111 | 1011100 | 1010110 |
Color Harmonies of #D5FCBA
Complementary color
Monochromatic Colors of #D5FCBA
Black with #D5FCBA
Text Example
Text Example
White with #D5FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCBA; }
p { color: rgb(213,252,186); }
H1.HeaderClassName
{
color: #D5FCBA;
}
.AnyTagClassName
{
color: #D5FCBA;
}
</style>
background-color css
<style>
a { background-color: #D5FCBA; }
a { background-color: rgb(213,252,186); }
div.DivClassName
{
background-color: #D5FCBA;
}
.BgClassName
{
background-color: #D5FCBA;
}
</style>
border-color css
<style>
span { border-color: #D5FCBA; }
span { border-color: rgb(213,252,186); }
td.TdClassName
{
border-color: #D5FCBA;
}
.TagClassName
{
border-color: #D5FCBA;
}
</style>