Shades of Tea Green #D2FFBC
Tints of Tea Green #D2FFBC
RGB
CMYK
RGB Variations
Color information
#D2FFBC (or 0xD2FFBC) is known color: Tea Green. HEX triplet: D2, FF and BC. RGB value is (210,255,188). Sum of RGB (Red+Green+Blue) = 210+255+188=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFBC is #2D0043. Grayscale: #EAEAEA. Windows color (decimal): -2949188 or 12386258. OLE color: 12386258.
HSL color Cylindrical-coordinate representation of color #D2FFBC: hue angle of 100.3º 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 #D2FFBC is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 188 | - |
| CMYK | 0.18 | 0 | 0.26 | 0 |
| HSL | 100.3º | 1% | 0.87% | - |
| HSV(B) | 100.3º | 0.26% | 1% | - |
| XYZ | 71.42 | 88.85 | 60.96 | - |
| YUV | 233.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 188 | 0.18 | 0 | 0.26 | 0 | 100.3 | 1 | 0.87 |
| Hex | D2 | FF | BC | 12 | 0 | 1A | 0 | 64 | 64 | 57 |
| Octal | 322 | 377 | 274 | 22 | 0 | 32 | 0 | 144 | 144 | 127 |
| Binary | 11010010 | 11111111 | 10111100 | 10010 | 0 | 11010 | 0 | 1100100 | 1100100 | 1010111 |
Color Harmonies of #D2FFBC
Complementary color
Monochromatic Colors of #D2FFBC
Black with #D2FFBC
Text Example
Text Example
White with #D2FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFBC; }
p { color: rgb(210,255,188); }
H1.HeaderClassName
{
color: #D2FFBC;
}
.AnyTagClassName
{
color: #D2FFBC;
}
</style>
background-color css
<style>
a { background-color: #D2FFBC; }
a { background-color: rgb(210,255,188); }
div.DivClassName
{
background-color: #D2FFBC;
}
.BgClassName
{
background-color: #D2FFBC;
}
</style>
border-color css
<style>
span { border-color: #D2FFBC; }
span { border-color: rgb(210,255,188); }
td.TdClassName
{
border-color: #D2FFBC;
}
.TagClassName
{
border-color: #D2FFBC;
}
</style>