Shades of Tea Green #D0F2B8
Tints of Tea Green #D0F2B8
RGB
CMYK
RGB Variations
Color information
#D0F2B8 (or 0xD0F2B8) is known color: Tea Green. HEX triplet: D0, F2 and B8. RGB value is (208,242,184). Sum of RGB (Red+Green+Blue) = 208+242+184=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2B8 is #2F0D47. Grayscale: #E1E1E1. Windows color (decimal): -3083592 or 12120784. OLE color: 12120784.
HSL color Cylindrical-coordinate representation of color #D0F2B8: hue angle of 95.17º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0F2B8 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 184 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.05 |
| HSL | 95.17º | 0.69% | 0.84% | - |
| HSV(B) | 95.17º | 0.24% | 0.95% | - |
| XYZ | 66.42 | 80.37 | 57.36 | - |
| YUV | 225.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 184 | 0.14 | 0 | 0.24 | 0.05 | 95.17 | 0.69 | 0.84 |
| Hex | D0 | F2 | B8 | E | 0 | 18 | 5 | 5F | 45 | 54 |
| Octal | 320 | 362 | 270 | 16 | 0 | 30 | 5 | 137 | 105 | 124 |
| Binary | 11010000 | 11110010 | 10111000 | 1110 | 0 | 11000 | 101 | 1011111 | 1000101 | 1010100 |
Color Harmonies of #D0F2B8
Complementary color
Monochromatic Colors of #D0F2B8
Black with #D0F2B8
Text Example
Text Example
White with #D0F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2B8; }
p { color: rgb(208,242,184); }
H1.HeaderClassName
{
color: #D0F2B8;
}
.AnyTagClassName
{
color: #D0F2B8;
}
</style>
background-color css
<style>
a { background-color: #D0F2B8; }
a { background-color: rgb(208,242,184); }
div.DivClassName
{
background-color: #D0F2B8;
}
.BgClassName
{
background-color: #D0F2B8;
}
</style>
border-color css
<style>
span { border-color: #D0F2B8; }
span { border-color: rgb(208,242,184); }
td.TdClassName
{
border-color: #D0F2B8;
}
.TagClassName
{
border-color: #D0F2B8;
}
</style>