Shades of Tea Green #D0F0B5
Tints of Tea Green #D0F0B5
RGB
CMYK
RGB Variations
Color information
#D0F0B5 (or 0xD0F0B5) is known color: Tea Green. HEX triplet: D0, F0 and B5. RGB value is (208,240,181). Sum of RGB (Red+Green+Blue) = 208+240+181=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0B5 is #2F0F4A. Grayscale: #DFDFDF. Windows color (decimal): -3084107 or 11923664. OLE color: 11923664.
HSL color Cylindrical-coordinate representation of color #D0F0B5: hue angle of 92.54º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0F0B5 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 181 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.06 |
| HSL | 92.54º | 0.66% | 0.83% | - |
| HSV(B) | 92.54º | 0.25% | 0.94% | - |
| XYZ | 65.51 | 79.07 | 55.52 | - |
| YUV | 223.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 181 | 0.13 | 0 | 0.25 | 0.06 | 92.54 | 0.66 | 0.83 |
| Hex | D0 | F0 | B5 | D | 0 | 19 | 6 | 5D | 42 | 53 |
| Octal | 320 | 360 | 265 | 15 | 0 | 31 | 6 | 135 | 102 | 123 |
| Binary | 11010000 | 11110000 | 10110101 | 1101 | 0 | 11001 | 110 | 1011101 | 1000010 | 1010011 |
Color Harmonies of #D0F0B5
Complementary color
Monochromatic Colors of #D0F0B5
Black with #D0F0B5
Text Example
Text Example
White with #D0F0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0B5; }
p { color: rgb(208,240,181); }
H1.HeaderClassName
{
color: #D0F0B5;
}
.AnyTagClassName
{
color: #D0F0B5;
}
</style>
background-color css
<style>
a { background-color: #D0F0B5; }
a { background-color: rgb(208,240,181); }
div.DivClassName
{
background-color: #D0F0B5;
}
.BgClassName
{
background-color: #D0F0B5;
}
</style>
border-color css
<style>
span { border-color: #D0F0B5; }
span { border-color: rgb(208,240,181); }
td.TdClassName
{
border-color: #D0F0B5;
}
.TagClassName
{
border-color: #D0F0B5;
}
</style>