Shades of Tea Green #D0FFB2
Tints of Tea Green #D0FFB2
RGB
CMYK
RGB Variations
Color information
#D0FFB2 (or 0xD0FFB2) is known color: Tea Green. HEX triplet: D0, FF and B2. RGB value is (208,255,178). Sum of RGB (Red+Green+Blue) = 208+255+178=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFB2 is #2F004D. Grayscale: #E8E8E8. Windows color (decimal): -3080270 or 11730896. OLE color: 11730896.
HSL color Cylindrical-coordinate representation of color #D0FFB2: hue angle of 96.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0FFB2 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 178 | - |
| CMYK | 0.18 | 0 | 0.30 | 0 |
| HSL | 96.62º | 1% | 0.85% | - |
| HSV(B) | 96.62º | 0.3% | 1% | - |
| XYZ | 69.81 | 88.14 | 55.45 | - |
| YUV | 232.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 178 | 0.18 | 0 | 0.30 | 0 | 96.62 | 1 | 0.85 |
| Hex | D0 | FF | B2 | 12 | 0 | 1E | 0 | 61 | 64 | 55 |
| Octal | 320 | 377 | 262 | 22 | 0 | 36 | 0 | 141 | 144 | 125 |
| Binary | 11010000 | 11111111 | 10110010 | 10010 | 0 | 11110 | 0 | 1100001 | 1100100 | 1010101 |
Color Harmonies of #D0FFB2
Complementary color
Monochromatic Colors of #D0FFB2
Black with #D0FFB2
Text Example
Text Example
White with #D0FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFB2; }
p { color: rgb(208,255,178); }
H1.HeaderClassName
{
color: #D0FFB2;
}
.AnyTagClassName
{
color: #D0FFB2;
}
</style>
background-color css
<style>
a { background-color: #D0FFB2; }
a { background-color: rgb(208,255,178); }
div.DivClassName
{
background-color: #D0FFB2;
}
.BgClassName
{
background-color: #D0FFB2;
}
</style>
border-color css
<style>
span { border-color: #D0FFB2; }
span { border-color: rgb(208,255,178); }
td.TdClassName
{
border-color: #D0FFB2;
}
.TagClassName
{
border-color: #D0FFB2;
}
</style>