Shades of Tea Green #D0FFBF
Tints of Tea Green #D0FFBF
RGB
CMYK
RGB Variations
Color information
#D0FFBF (or 0xD0FFBF) is known color: Tea Green. HEX triplet: D0, FF and BF. RGB value is (208,255,191). Sum of RGB (Red+Green+Blue) = 208+255+191=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFBF is #2F0040. Grayscale: #E9E9E9. Windows color (decimal): -3080257 or 12582864. OLE color: 12582864.
HSL color Cylindrical-coordinate representation of color #D0FFBF: hue angle of 104.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0FFBF is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 191 | - |
| CMYK | 0.18 | 0 | 0.25 | 0 |
| HSL | 104.06º | 1% | 0.87% | - |
| HSV(B) | 104.06º | 0.25% | 1% | - |
| XYZ | 71.18 | 88.69 | 62.66 | - |
| YUV | 233.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 191 | 0.18 | 0 | 0.25 | 0 | 104.06 | 1 | 0.87 |
| Hex | D0 | FF | BF | 12 | 0 | 19 | 0 | 68 | 64 | 57 |
| Octal | 320 | 377 | 277 | 22 | 0 | 31 | 0 | 150 | 144 | 127 |
| Binary | 11010000 | 11111111 | 10111111 | 10010 | 0 | 11001 | 0 | 1101000 | 1100100 | 1010111 |
Color Harmonies of #D0FFBF
Complementary color
Monochromatic Colors of #D0FFBF
Black with #D0FFBF
Text Example
Text Example
White with #D0FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFBF; }
p { color: rgb(208,255,191); }
H1.HeaderClassName
{
color: #D0FFBF;
}
.AnyTagClassName
{
color: #D0FFBF;
}
</style>
background-color css
<style>
a { background-color: #D0FFBF; }
a { background-color: rgb(208,255,191); }
div.DivClassName
{
background-color: #D0FFBF;
}
.BgClassName
{
background-color: #D0FFBF;
}
</style>
border-color css
<style>
span { border-color: #D0FFBF; }
span { border-color: rgb(208,255,191); }
td.TdClassName
{
border-color: #D0FFBF;
}
.TagClassName
{
border-color: #D0FFBF;
}
</style>