Shades of Tea Green #D2F6BC
Tints of Tea Green #D2F6BC
RGB
CMYK
RGB Variations
Color information
#D2F6BC (or 0xD2F6BC) is known color: Tea Green. HEX triplet: D2, F6 and BC. RGB value is (210,246,188). Sum of RGB (Red+Green+Blue) = 210+246+188=644 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.61% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F6BC is #2D0943. Grayscale: #E4E4E4. Windows color (decimal): -2951492 or 12383954. OLE color: 12383954.
HSL color Cylindrical-coordinate representation of color #D2F6BC: hue angle of 97.24º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2F6BC is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 246 | 188 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.04 |
| HSL | 97.24º | 0.76% | 0.85% | - |
| HSV(B) | 97.24º | 0.24% | 0.96% | - |
| XYZ | 68.61 | 83.24 | 60.03 | - |
| YUV | 228.62 | 105.07 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 246 | 188 | 0.15 | 0 | 0.24 | 0.04 | 97.24 | 0.76 | 0.85 |
| Hex | D2 | F6 | BC | F | 0 | 18 | 4 | 61 | 4C | 55 |
| Octal | 322 | 366 | 274 | 17 | 0 | 30 | 4 | 141 | 114 | 125 |
| Binary | 11010010 | 11110110 | 10111100 | 1111 | 0 | 11000 | 100 | 1100001 | 1001100 | 1010101 |
Color Harmonies of #D2F6BC
Complementary color
Monochromatic Colors of #D2F6BC
Black with #D2F6BC
Text Example
Text Example
White with #D2F6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F6BC; }
p { color: rgb(210,246,188); }
H1.HeaderClassName
{
color: #D2F6BC;
}
.AnyTagClassName
{
color: #D2F6BC;
}
</style>
background-color css
<style>
a { background-color: #D2F6BC; }
a { background-color: rgb(210,246,188); }
div.DivClassName
{
background-color: #D2F6BC;
}
.BgClassName
{
background-color: #D2F6BC;
}
</style>
border-color css
<style>
span { border-color: #D2F6BC; }
span { border-color: rgb(210,246,188); }
td.TdClassName
{
border-color: #D2F6BC;
}
.TagClassName
{
border-color: #D2F6BC;
}
</style>