Shades of Tea Green #D0FDBD
Tints of Tea Green #D0FDBD
RGB
CMYK
RGB Variations
Color information
#D0FDBD (or 0xD0FDBD) is known color: Tea Green. HEX triplet: D0, FD and BD. RGB value is (208,253,189). Sum of RGB (Red+Green+Blue) = 208+253+189=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDBD is #2F0242. Grayscale: #E8E8E8. Windows color (decimal): -3080771 or 12451280. OLE color: 12451280.
HSL color Cylindrical-coordinate representation of color #D0FDBD: hue angle of 102.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0FDBD is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 253 | 189 | - |
CMYK | 0.18 | 0 | 0.25 | 0.01 |
HSL | 102.19º | 0.94% | 0.87% | - |
HSV(B) | 102.19º | 0.25% | 0.99% | - |
XYZ | 70.32 | 87.33 | 61.29 | - |
YUV | 232.25 | 103.59 | 110.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 253 | 189 | 0.18 | 0 | 0.25 | 0.01 | 102.19 | 0.94 | 0.87 |
Hex | D0 | FD | BD | 12 | 0 | 19 | 1 | 66 | 5E | 57 |
Octal | 320 | 375 | 275 | 22 | 0 | 31 | 1 | 146 | 136 | 127 |
Binary | 11010000 | 11111101 | 10111101 | 10010 | 0 | 11001 | 1 | 1100110 | 1011110 | 1010111 |
Color Harmonies of #D0FDBD
Complementary color
Monochromatic Colors of #D0FDBD
Black with #D0FDBD
Text Example
Text Example
White with #D0FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDBD; }
p { color: rgb(208,253,189); }
H1.HeaderClassName
{
color: #D0FDBD;
}
.AnyTagClassName
{
color: #D0FDBD;
}
</style>
background-color css
<style>
a { background-color: #D0FDBD; }
a { background-color: rgb(208,253,189); }
div.DivClassName
{
background-color: #D0FDBD;
}
.BgClassName
{
background-color: #D0FDBD;
}
</style>
border-color css
<style>
span { border-color: #D0FDBD; }
span { border-color: rgb(208,253,189); }
td.TdClassName
{
border-color: #D0FDBD;
}
.TagClassName
{
border-color: #D0FDBD;
}
</style>