Shades of Tea Green #D2FBBF
Tints of Tea Green #D2FBBF
RGB
CMYK
RGB Variations
Color information
#D2FBBF (or 0xD2FBBF) is known color: Tea Green. HEX triplet: D2, FB and BF. RGB value is (210,251,191). Sum of RGB (Red+Green+Blue) = 210+251+191=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBBF is #2D0440. Grayscale: #E8E8E8. Windows color (decimal): -2950209 or 12581842. OLE color: 12581842.
HSL color Cylindrical-coordinate representation of color #D2FBBF: hue angle of 101º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2FBBF is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 191 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.02 |
| HSL | 101º | 0.88% | 0.87% | - |
| HSV(B) | 101º | 0.24% | 0.98% | - |
| XYZ | 70.48 | 86.46 | 62.26 | - |
| YUV | 231.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 191 | 0.16 | 0 | 0.24 | 0.02 | 101 | 0.88 | 0.87 |
| Hex | D2 | FB | BF | 10 | 0 | 18 | 2 | 65 | 58 | 57 |
| Octal | 322 | 373 | 277 | 20 | 0 | 30 | 2 | 145 | 130 | 127 |
| Binary | 11010010 | 11111011 | 10111111 | 10000 | 0 | 11000 | 10 | 1100101 | 1011000 | 1010111 |
Color Harmonies of #D2FBBF
Complementary color
Monochromatic Colors of #D2FBBF
Black with #D2FBBF
Text Example
Text Example
White with #D2FBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FBBF; }
p { color: rgb(210,251,191); }
H1.HeaderClassName
{
color: #D2FBBF;
}
.AnyTagClassName
{
color: #D2FBBF;
}
</style>
background-color css
<style>
a { background-color: #D2FBBF; }
a { background-color: rgb(210,251,191); }
div.DivClassName
{
background-color: #D2FBBF;
}
.BgClassName
{
background-color: #D2FBBF;
}
</style>
border-color css
<style>
span { border-color: #D2FBBF; }
span { border-color: rgb(210,251,191); }
td.TdClassName
{
border-color: #D2FBBF;
}
.TagClassName
{
border-color: #D2FBBF;
}
</style>