Shades of Tea Green #D0FFB3
Tints of Tea Green #D0FFB3
RGB
CMYK
RGB Variations
Color information
#D0FFB3 (or 0xD0FFB3) is known color: Tea Green. HEX triplet: D0, FF and B3. RGB value is (208,255,179). Sum of RGB (Red+Green+Blue) = 208+255+179=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFB3 is #2F004C. Grayscale: #E8E8E8. Windows color (decimal): -3080269 or 11796432. OLE color: 11796432.
HSL color Cylindrical-coordinate representation of color #D0FFB3: hue angle of 97.11º 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 #D0FFB3 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 179 | - |
| CMYK | 0.18 | 0 | 0.30 | 0 |
| HSL | 97.11º | 1% | 0.85% | - |
| HSV(B) | 97.11º | 0.3% | 1% | - |
| XYZ | 69.91 | 88.18 | 55.98 | - |
| YUV | 232.28 | 97.93 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 179 | 0.18 | 0 | 0.30 | 0 | 97.11 | 1 | 0.85 |
| Hex | D0 | FF | B3 | 12 | 0 | 1E | 0 | 61 | 64 | 55 |
| Octal | 320 | 377 | 263 | 22 | 0 | 36 | 0 | 141 | 144 | 125 |
| Binary | 11010000 | 11111111 | 10110011 | 10010 | 0 | 11110 | 0 | 1100001 | 1100100 | 1010101 |
Color Harmonies of #D0FFB3
Complementary color
Monochromatic Colors of #D0FFB3
Black with #D0FFB3
Text Example
Text Example
White with #D0FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFB3; }
p { color: rgb(208,255,179); }
H1.HeaderClassName
{
color: #D0FFB3;
}
.AnyTagClassName
{
color: #D0FFB3;
}
</style>
background-color css
<style>
a { background-color: #D0FFB3; }
a { background-color: rgb(208,255,179); }
div.DivClassName
{
background-color: #D0FFB3;
}
.BgClassName
{
background-color: #D0FFB3;
}
</style>
border-color css
<style>
span { border-color: #D0FFB3; }
span { border-color: rgb(208,255,179); }
td.TdClassName
{
border-color: #D0FFB3;
}
.TagClassName
{
border-color: #D0FFB3;
}
</style>