Shades of Tea Green #D0FFBC
Tints of Tea Green #D0FFBC
RGB
CMYK
RGB Variations
Color information
#D0FFBC (or 0xD0FFBC) is known color: Tea Green. HEX triplet: D0, FF and BC. RGB value is (208,255,188). Sum of RGB (Red+Green+Blue) = 208+255+188=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFBC is #2F0043. Grayscale: #E9E9E9. Windows color (decimal): -3080260 or 12386256. OLE color: 12386256.
HSL color Cylindrical-coordinate representation of color #D0FFBC: hue angle of 102.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0FFBC is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 188 | - |
| CMYK | 0.18 | 0 | 0.26 | 0 |
| HSL | 102.09º | 1% | 0.87% | - |
| HSV(B) | 102.09º | 0.26% | 1% | - |
| XYZ | 70.85 | 88.56 | 60.94 | - |
| YUV | 233.31 | 102.43 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 188 | 0.18 | 0 | 0.26 | 0 | 102.09 | 1 | 0.87 |
| Hex | D0 | FF | BC | 12 | 0 | 1A | 0 | 66 | 64 | 57 |
| Octal | 320 | 377 | 274 | 22 | 0 | 32 | 0 | 146 | 144 | 127 |
| Binary | 11010000 | 11111111 | 10111100 | 10010 | 0 | 11010 | 0 | 1100110 | 1100100 | 1010111 |
Color Harmonies of #D0FFBC
Complementary color
Monochromatic Colors of #D0FFBC
Black with #D0FFBC
Text Example
Text Example
White with #D0FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFBC; }
p { color: rgb(208,255,188); }
H1.HeaderClassName
{
color: #D0FFBC;
}
.AnyTagClassName
{
color: #D0FFBC;
}
</style>
background-color css
<style>
a { background-color: #D0FFBC; }
a { background-color: rgb(208,255,188); }
div.DivClassName
{
background-color: #D0FFBC;
}
.BgClassName
{
background-color: #D0FFBC;
}
</style>
border-color css
<style>
span { border-color: #D0FFBC; }
span { border-color: rgb(208,255,188); }
td.TdClassName
{
border-color: #D0FFBC;
}
.TagClassName
{
border-color: #D0FFBC;
}
</style>