Shades of Tea Green #D5F8B9
Tints of Tea Green #D5F8B9
RGB
CMYK
RGB Variations
Color information
#D5F8B9 (or 0xD5F8B9) is known color: Tea Green. HEX triplet: D5, F8 and B9. RGB value is (213,248,185). Sum of RGB (Red+Green+Blue) = 213+248+185=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8B9 is #2A0746. Grayscale: #E6E6E6. Windows color (decimal): -2754375 or 12187861. OLE color: 12187861.
HSL color Cylindrical-coordinate representation of color #D5F8B9: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5F8B9 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 185 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.03 |
| HSL | 93.33º | 0.82% | 0.85% | - |
| HSV(B) | 93.33º | 0.25% | 0.97% | - |
| XYZ | 69.76 | 84.78 | 58.59 | - |
| YUV | 230.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 185 | 0.14 | 0 | 0.25 | 0.03 | 93.33 | 0.82 | 0.85 |
| Hex | D5 | F8 | B9 | E | 0 | 19 | 3 | 5D | 52 | 55 |
| Octal | 325 | 370 | 271 | 16 | 0 | 31 | 3 | 135 | 122 | 125 |
| Binary | 11010101 | 11111000 | 10111001 | 1110 | 0 | 11001 | 11 | 1011101 | 1010010 | 1010101 |
Color Harmonies of #D5F8B9
Complementary color
Monochromatic Colors of #D5F8B9
Black with #D5F8B9
Text Example
Text Example
White with #D5F8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F8B9; }
p { color: rgb(213,248,185); }
H1.HeaderClassName
{
color: #D5F8B9;
}
.AnyTagClassName
{
color: #D5F8B9;
}
</style>
background-color css
<style>
a { background-color: #D5F8B9; }
a { background-color: rgb(213,248,185); }
div.DivClassName
{
background-color: #D5F8B9;
}
.BgClassName
{
background-color: #D5F8B9;
}
</style>
border-color css
<style>
span { border-color: #D5F8B9; }
span { border-color: rgb(213,248,185); }
td.TdClassName
{
border-color: #D5F8B9;
}
.TagClassName
{
border-color: #D5F8B9;
}
</style>