Shades of Tea Green #D0F2B2
Tints of Tea Green #D0F2B2
RGB
CMYK
RGB Variations
Color information
#D0F2B2 (or 0xD0F2B2) is known color: Tea Green. HEX triplet: D0, F2 and B2. RGB value is (208,242,178). Sum of RGB (Red+Green+Blue) = 208+242+178=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F2B2 is #2F0D4D. Grayscale: #E0E0E0. Windows color (decimal): -3083598 or 11727568. OLE color: 11727568.
HSL color Cylindrical-coordinate representation of color #D0F2B2: hue angle of 91.88º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0F2B2 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 178 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.05 |
| HSL | 91.88º | 0.71% | 0.82% | - |
| HSV(B) | 91.88º | 0.26% | 0.95% | - |
| XYZ | 65.8 | 80.13 | 54.12 | - |
| YUV | 224.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 178 | 0.14 | 0 | 0.26 | 0.05 | 91.88 | 0.71 | 0.82 |
| Hex | D0 | F2 | B2 | E | 0 | 1A | 5 | 5C | 47 | 52 |
| Octal | 320 | 362 | 262 | 16 | 0 | 32 | 5 | 134 | 107 | 122 |
| Binary | 11010000 | 11110010 | 10110010 | 1110 | 0 | 11010 | 101 | 1011100 | 1000111 | 1010010 |
Color Harmonies of #D0F2B2
Complementary color
Monochromatic Colors of #D0F2B2
Black with #D0F2B2
Text Example
Text Example
White with #D0F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2B2; }
p { color: rgb(208,242,178); }
H1.HeaderClassName
{
color: #D0F2B2;
}
.AnyTagClassName
{
color: #D0F2B2;
}
</style>
background-color css
<style>
a { background-color: #D0F2B2; }
a { background-color: rgb(208,242,178); }
div.DivClassName
{
background-color: #D0F2B2;
}
.BgClassName
{
background-color: #D0F2B2;
}
</style>
border-color css
<style>
span { border-color: #D0F2B2; }
span { border-color: rgb(208,242,178); }
td.TdClassName
{
border-color: #D0F2B2;
}
.TagClassName
{
border-color: #D0F2B2;
}
</style>