Shades of Tea Green #D0F1B5
Tints of Tea Green #D0F1B5
RGB
CMYK
RGB Variations
Color information
#D0F1B5 (or 0xD0F1B5) is known color: Tea Green. HEX triplet: D0, F1 and B5. RGB value is (208,241,181). Sum of RGB (Red+Green+Blue) = 208+241+181=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1B5 is #2F0E4A. Grayscale: #E0E0E0. Windows color (decimal): -3083851 or 11923920. OLE color: 11923920.
HSL color Cylindrical-coordinate representation of color #D0F1B5: hue angle of 93º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0F1B5 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 181 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.05 |
| HSL | 93º | 0.68% | 0.83% | - |
| HSV(B) | 93º | 0.25% | 0.95% | - |
| XYZ | 65.81 | 79.66 | 55.62 | - |
| YUV | 224.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 181 | 0.14 | 0 | 0.25 | 0.05 | 93 | 0.68 | 0.83 |
| Hex | D0 | F1 | B5 | E | 0 | 19 | 5 | 5D | 44 | 53 |
| Octal | 320 | 361 | 265 | 16 | 0 | 31 | 5 | 135 | 104 | 123 |
| Binary | 11010000 | 11110001 | 10110101 | 1110 | 0 | 11001 | 101 | 1011101 | 1000100 | 1010011 |
Color Harmonies of #D0F1B5
Complementary color
Monochromatic Colors of #D0F1B5
Black with #D0F1B5
Text Example
Text Example
White with #D0F1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1B5; }
p { color: rgb(208,241,181); }
H1.HeaderClassName
{
color: #D0F1B5;
}
.AnyTagClassName
{
color: #D0F1B5;
}
</style>
background-color css
<style>
a { background-color: #D0F1B5; }
a { background-color: rgb(208,241,181); }
div.DivClassName
{
background-color: #D0F1B5;
}
.BgClassName
{
background-color: #D0F1B5;
}
</style>
border-color css
<style>
span { border-color: #D0F1B5; }
span { border-color: rgb(208,241,181); }
td.TdClassName
{
border-color: #D0F1B5;
}
.TagClassName
{
border-color: #D0F1B5;
}
</style>