Shades of Tea Green #D0FCC0
Tints of Tea Green #D0FCC0
RGB
CMYK
RGB Variations
Color information
#D0FCC0 (or 0xD0FCC0) is known color: Tea Green. HEX triplet: D0, FC and C0. RGB value is (208,252,192). Sum of RGB (Red+Green+Blue) = 208+252+192=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCC0 is #2F033F. Grayscale: #E8E8E8. Windows color (decimal): -3081024 or 12647632. OLE color: 12647632.
HSL color Cylindrical-coordinate representation of color #D0FCC0: hue angle of 104º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0FCC0 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 192 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.01 |
| HSL | 104º | 0.91% | 0.87% | - |
| HSV(B) | 104º | 0.24% | 0.99% | - |
| XYZ | 70.34 | 86.84 | 62.92 | - |
| YUV | 232 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 192 | 0.17 | 0 | 0.24 | 0.01 | 104 | 0.91 | 0.87 |
| Hex | D0 | FC | C0 | 11 | 0 | 18 | 1 | 68 | 5B | 57 |
| Octal | 320 | 374 | 300 | 21 | 0 | 30 | 1 | 150 | 133 | 127 |
| Binary | 11010000 | 11111100 | 11000000 | 10001 | 0 | 11000 | 1 | 1101000 | 1011011 | 1010111 |
Color Harmonies of #D0FCC0
Complementary color
Monochromatic Colors of #D0FCC0
Black with #D0FCC0
Text Example
Text Example
White with #D0FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCC0; }
p { color: rgb(208,252,192); }
H1.HeaderClassName
{
color: #D0FCC0;
}
.AnyTagClassName
{
color: #D0FCC0;
}
</style>
background-color css
<style>
a { background-color: #D0FCC0; }
a { background-color: rgb(208,252,192); }
div.DivClassName
{
background-color: #D0FCC0;
}
.BgClassName
{
background-color: #D0FCC0;
}
</style>
border-color css
<style>
span { border-color: #D0FCC0; }
span { border-color: rgb(208,252,192); }
td.TdClassName
{
border-color: #D0FCC0;
}
.TagClassName
{
border-color: #D0FCC0;
}
</style>