Shades of Tea Green #D0FFB5
Tints of Tea Green #D0FFB5
RGB
CMYK
RGB Variations
Color information
#D0FFB5 (or 0xD0FFB5) is known color: Tea Green. HEX triplet: D0, FF and B5. RGB value is (208,255,181). Sum of RGB (Red+Green+Blue) = 208+255+181=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFB5 is #2F004A. Grayscale: #E8E8E8. Windows color (decimal): -3080267 or 11927504. OLE color: 11927504.
HSL color Cylindrical-coordinate representation of color #D0FFB5: hue angle of 98.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0FFB5 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 181 | - |
CMYK | 0.18 | 0 | 0.29 | 0 |
HSL | 98.11º | 1% | 0.85% | - |
HSV(B) | 98.11º | 0.29% | 1% | - |
XYZ | 70.11 | 88.27 | 57.06 | - |
YUV | 232.51 | 98.93 | 110.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 181 | 0.18 | 0 | 0.29 | 0 | 98.11 | 1 | 0.85 |
Hex | D0 | FF | B5 | 12 | 0 | 1D | 0 | 62 | 64 | 55 |
Octal | 320 | 377 | 265 | 22 | 0 | 35 | 0 | 142 | 144 | 125 |
Binary | 11010000 | 11111111 | 10110101 | 10010 | 0 | 11101 | 0 | 1100010 | 1100100 | 1010101 |
Color Harmonies of #D0FFB5
Complementary color
Monochromatic Colors of #D0FFB5
Black with #D0FFB5
Text Example
Text Example
White with #D0FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFB5; }
p { color: rgb(208,255,181); }
H1.HeaderClassName
{
color: #D0FFB5;
}
.AnyTagClassName
{
color: #D0FFB5;
}
</style>
background-color css
<style>
a { background-color: #D0FFB5; }
a { background-color: rgb(208,255,181); }
div.DivClassName
{
background-color: #D0FFB5;
}
.BgClassName
{
background-color: #D0FFB5;
}
</style>
border-color css
<style>
span { border-color: #D0FFB5; }
span { border-color: rgb(208,255,181); }
td.TdClassName
{
border-color: #D0FFB5;
}
.TagClassName
{
border-color: #D0FFB5;
}
</style>