Shades of Tea Green #D0FFC2
Tints of Tea Green #D0FFC2
RGB
CMYK
RGB Variations
Color information
#D0FFC2 (or 0xD0FFC2) is known color: Tea Green. HEX triplet: D0, FF and C2. RGB value is (208,255,194). Sum of RGB (Red+Green+Blue) = 208+255+194=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFC2 is #2F003D. Grayscale: #EAEAEA. Windows color (decimal): -3080254 or 12779472. OLE color: 12779472.
HSL color Cylindrical-coordinate representation of color #D0FFC2: hue angle of 106.23º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0FFC2 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 194 | - |
| CMYK | 0.18 | 0 | 0.24 | 0 |
| HSL | 106.23º | 1% | 0.88% | - |
| HSV(B) | 106.23º | 0.24% | 1% | - |
| XYZ | 71.51 | 88.82 | 64.41 | - |
| YUV | 233.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 194 | 0.18 | 0 | 0.24 | 0 | 106.23 | 1 | 0.88 |
| Hex | D0 | FF | C2 | 12 | 0 | 18 | 0 | 6A | 64 | 58 |
| Octal | 320 | 377 | 302 | 22 | 0 | 30 | 0 | 152 | 144 | 130 |
| Binary | 11010000 | 11111111 | 11000010 | 10010 | 0 | 11000 | 0 | 1101010 | 1100100 | 1011000 |
Color Harmonies of #D0FFC2
Complementary color
Monochromatic Colors of #D0FFC2
Black with #D0FFC2
Text Example
Text Example
White with #D0FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFC2; }
p { color: rgb(208,255,194); }
H1.HeaderClassName
{
color: #D0FFC2;
}
.AnyTagClassName
{
color: #D0FFC2;
}
</style>
background-color css
<style>
a { background-color: #D0FFC2; }
a { background-color: rgb(208,255,194); }
div.DivClassName
{
background-color: #D0FFC2;
}
.BgClassName
{
background-color: #D0FFC2;
}
</style>
border-color css
<style>
span { border-color: #D0FFC2; }
span { border-color: rgb(208,255,194); }
td.TdClassName
{
border-color: #D0FFC2;
}
.TagClassName
{
border-color: #D0FFC2;
}
</style>