Shades of Tea Green #D0FCB9
Tints of Tea Green #D0FCB9
RGB
CMYK
RGB Variations
Color information
#D0FCB9 (or 0xD0FCB9) is known color: Tea Green. HEX triplet: D0, FC and B9. RGB value is (208,252,185). Sum of RGB (Red+Green+Blue) = 208+252+185=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCB9 is #2F0346. Grayscale: #E7E7E7. Windows color (decimal): -3081031 or 12188880. OLE color: 12188880.
HSL color Cylindrical-coordinate representation of color #D0FCB9: hue angle of 99.4º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0FCB9 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 252 | 185 | - |
CMYK | 0.17 | 0 | 0.27 | 0.01 |
HSL | 99.4º | 0.92% | 0.86% | - |
HSV(B) | 99.4º | 0.27% | 0.99% | - |
XYZ | 69.58 | 86.53 | 58.93 | - |
YUV | 231.21 | 101.92 | 111.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 252 | 185 | 0.17 | 0 | 0.27 | 0.01 | 99.4 | 0.92 | 0.86 |
Hex | D0 | FC | B9 | 11 | 0 | 1B | 1 | 63 | 5C | 56 |
Octal | 320 | 374 | 271 | 21 | 0 | 33 | 1 | 143 | 134 | 126 |
Binary | 11010000 | 11111100 | 10111001 | 10001 | 0 | 11011 | 1 | 1100011 | 1011100 | 1010110 |
Color Harmonies of #D0FCB9
Complementary color
Monochromatic Colors of #D0FCB9
Black with #D0FCB9
Text Example
Text Example
White with #D0FCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCB9; }
p { color: rgb(208,252,185); }
H1.HeaderClassName
{
color: #D0FCB9;
}
.AnyTagClassName
{
color: #D0FCB9;
}
</style>
background-color css
<style>
a { background-color: #D0FCB9; }
a { background-color: rgb(208,252,185); }
div.DivClassName
{
background-color: #D0FCB9;
}
.BgClassName
{
background-color: #D0FCB9;
}
</style>
border-color css
<style>
span { border-color: #D0FCB9; }
span { border-color: rgb(208,252,185); }
td.TdClassName
{
border-color: #D0FCB9;
}
.TagClassName
{
border-color: #D0FCB9;
}
</style>