Shades of Tea Green #D2FCBC
Tints of Tea Green #D2FCBC
RGB
CMYK
RGB Variations
Color information
#D2FCBC (or 0xD2FCBC) is known color: Tea Green. HEX triplet: D2, FC and BC. RGB value is (210,252,188). Sum of RGB (Red+Green+Blue) = 210+252+188=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FCBC is #2D0343. Grayscale: #E8E8E8. Windows color (decimal): -2949956 or 12385490. OLE color: 12385490.
HSL color Cylindrical-coordinate representation of color #D2FCBC: hue angle of 99.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2FCBC is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 188 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.01 |
| HSL | 99.38º | 0.91% | 0.86% | - |
| HSV(B) | 99.38º | 0.25% | 0.99% | - |
| XYZ | 70.47 | 86.95 | 60.65 | - |
| YUV | 232.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 188 | 0.17 | 0 | 0.25 | 0.01 | 99.38 | 0.91 | 0.86 |
| Hex | D2 | FC | BC | 11 | 0 | 19 | 1 | 63 | 5B | 56 |
| Octal | 322 | 374 | 274 | 21 | 0 | 31 | 1 | 143 | 133 | 126 |
| Binary | 11010010 | 11111100 | 10111100 | 10001 | 0 | 11001 | 1 | 1100011 | 1011011 | 1010110 |
Color Harmonies of #D2FCBC
Complementary color
Monochromatic Colors of #D2FCBC
Black with #D2FCBC
Text Example
Text Example
White with #D2FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FCBC; }
p { color: rgb(210,252,188); }
H1.HeaderClassName
{
color: #D2FCBC;
}
.AnyTagClassName
{
color: #D2FCBC;
}
</style>
background-color css
<style>
a { background-color: #D2FCBC; }
a { background-color: rgb(210,252,188); }
div.DivClassName
{
background-color: #D2FCBC;
}
.BgClassName
{
background-color: #D2FCBC;
}
</style>
border-color css
<style>
span { border-color: #D2FCBC; }
span { border-color: rgb(210,252,188); }
td.TdClassName
{
border-color: #D2FCBC;
}
.TagClassName
{
border-color: #D2FCBC;
}
</style>