Shades of Tea Green #D0FEC2
Tints of Tea Green #D0FEC2
RGB
CMYK
RGB Variations
Color information
#D0FEC2 (or 0xD0FEC2) is known color: Tea Green. HEX triplet: D0, FE and C2. RGB value is (208,254,194). Sum of RGB (Red+Green+Blue) = 208+254+194=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEC2 is #2F013D. Grayscale: #E9E9E9. Windows color (decimal): -3080510 or 12779216. OLE color: 12779216.
HSL color Cylindrical-coordinate representation of color #D0FEC2: hue angle of 106º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0FEC2 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 194 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.00 |
| HSL | 106º | 0.97% | 0.88% | - |
| HSV(B) | 106º | 0.24% | 1% | - |
| XYZ | 71.19 | 88.19 | 64.31 | - |
| YUV | 233.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 194 | 0.18 | 0 | 0.24 | 0.00 | 106 | 0.97 | 0.88 |
| Hex | D0 | FE | C2 | 12 | 0 | 18 | 0 | 6A | 61 | 58 |
| Octal | 320 | 376 | 302 | 22 | 0 | 30 | 0 | 152 | 141 | 130 |
| Binary | 11010000 | 11111110 | 11000010 | 10010 | 0 | 11000 | 0 | 1101010 | 1100001 | 1011000 |
Color Harmonies of #D0FEC2
Complementary color
Monochromatic Colors of #D0FEC2
Black with #D0FEC2
Text Example
Text Example
White with #D0FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEC2; }
p { color: rgb(208,254,194); }
H1.HeaderClassName
{
color: #D0FEC2;
}
.AnyTagClassName
{
color: #D0FEC2;
}
</style>
background-color css
<style>
a { background-color: #D0FEC2; }
a { background-color: rgb(208,254,194); }
div.DivClassName
{
background-color: #D0FEC2;
}
.BgClassName
{
background-color: #D0FEC2;
}
</style>
border-color css
<style>
span { border-color: #D0FEC2; }
span { border-color: rgb(208,254,194); }
td.TdClassName
{
border-color: #D0FEC2;
}
.TagClassName
{
border-color: #D0FEC2;
}
</style>