Shades of Tea Green #D0FBBB
Tints of Tea Green #D0FBBB
RGB
CMYK
RGB Variations
Color information
#D0FBBB (or 0xD0FBBB) is known color: Tea Green. HEX triplet: D0, FB and BB. RGB value is (208,251,187). Sum of RGB (Red+Green+Blue) = 208+251+187=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FBBB is #2F0444. Grayscale: #E7E7E7. Windows color (decimal): -3081285 or 12319696. OLE color: 12319696.
HSL color Cylindrical-coordinate representation of color #D0FBBB: hue angle of 100.31º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0FBBB is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 187 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.02 |
| HSL | 100.31º | 0.89% | 0.86% | - |
| HSV(B) | 100.31º | 0.25% | 0.98% | - |
| XYZ | 69.48 | 85.99 | 59.95 | - |
| YUV | 230.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 187 | 0.17 | 0 | 0.25 | 0.02 | 100.31 | 0.89 | 0.86 |
| Hex | D0 | FB | BB | 11 | 0 | 19 | 2 | 64 | 59 | 56 |
| Octal | 320 | 373 | 273 | 21 | 0 | 31 | 2 | 144 | 131 | 126 |
| Binary | 11010000 | 11111011 | 10111011 | 10001 | 0 | 11001 | 10 | 1100100 | 1011001 | 1010110 |
Color Harmonies of #D0FBBB
Complementary color
Monochromatic Colors of #D0FBBB
Black with #D0FBBB
Text Example
Text Example
White with #D0FBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBBB; }
p { color: rgb(208,251,187); }
H1.HeaderClassName
{
color: #D0FBBB;
}
.AnyTagClassName
{
color: #D0FBBB;
}
</style>
background-color css
<style>
a { background-color: #D0FBBB; }
a { background-color: rgb(208,251,187); }
div.DivClassName
{
background-color: #D0FBBB;
}
.BgClassName
{
background-color: #D0FBBB;
}
</style>
border-color css
<style>
span { border-color: #D0FBBB; }
span { border-color: rgb(208,251,187); }
td.TdClassName
{
border-color: #D0FBBB;
}
.TagClassName
{
border-color: #D0FBBB;
}
</style>