Shades of Tea Green #D0F2B4
Tints of Tea Green #D0F2B4
RGB
CMYK
RGB Variations
Color information
#D0F2B4 (or 0xD0F2B4) is known color: Tea Green. HEX triplet: D0, F2 and B4. RGB value is (208,242,180). Sum of RGB (Red+Green+Blue) = 208+242+180=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F2B4 is #2F0D4B. Grayscale: #E0E0E0. Windows color (decimal): -3083596 or 11858640. OLE color: 11858640.
HSL color Cylindrical-coordinate representation of color #D0F2B4: hue angle of 92.9º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0F2B4 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 180 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.05 |
| HSL | 92.9º | 0.7% | 0.83% | - |
| HSV(B) | 92.9º | 0.26% | 0.95% | - |
| XYZ | 66 | 80.21 | 55.18 | - |
| YUV | 224.77 | 102.74 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 180 | 0.14 | 0 | 0.26 | 0.05 | 92.9 | 0.7 | 0.83 |
| Hex | D0 | F2 | B4 | E | 0 | 1A | 5 | 5D | 46 | 53 |
| Octal | 320 | 362 | 264 | 16 | 0 | 32 | 5 | 135 | 106 | 123 |
| Binary | 11010000 | 11110010 | 10110100 | 1110 | 0 | 11010 | 101 | 1011101 | 1000110 | 1010011 |
Color Harmonies of #D0F2B4
Complementary color
Monochromatic Colors of #D0F2B4
Black with #D0F2B4
Text Example
Text Example
White with #D0F2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F2B4; }
p { color: rgb(208,242,180); }
H1.HeaderClassName
{
color: #D0F2B4;
}
.AnyTagClassName
{
color: #D0F2B4;
}
</style>
background-color css
<style>
a { background-color: #D0F2B4; }
a { background-color: rgb(208,242,180); }
div.DivClassName
{
background-color: #D0F2B4;
}
.BgClassName
{
background-color: #D0F2B4;
}
</style>
border-color css
<style>
span { border-color: #D0F2B4; }
span { border-color: rgb(208,242,180); }
td.TdClassName
{
border-color: #D0F2B4;
}
.TagClassName
{
border-color: #D0F2B4;
}
</style>