Shades of Medium Sea Green #1DBD60
Tints of Medium Sea Green #1DBD60
RGB
CMYK
RGB Variations
Color information
#1DBD60 (or 0x1DBD60) is known color: Medium Sea Green. HEX triplet: 1D, BD and 60. RGB value is (29,189,96). Sum of RGB (Red+Green+Blue) = 29+189+96=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBD60 is #E2429F. Grayscale: #828282. Windows color (decimal): -14828192 or 6339869. OLE color: 6339869.
HSL color Cylindrical-coordinate representation of color #1DBD60: hue angle of 145.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBD60 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 96 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.26 |
| HSL | 145.13º | 0.73% | 0.43% | - |
| HSV(B) | 145.13º | 0.85% | 0.74% | - |
| XYZ | 20.82 | 37.5 | 17.21 | - |
| YUV | 130.56 | 108.49 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 96 | 0.85 | 0 | 0.49 | 0.26 | 145.13 | 0.73 | 0.43 |
| Hex | 1D | BD | 60 | 55 | 0 | 31 | 1A | 91 | 49 | 2B |
| Octal | 35 | 275 | 140 | 125 | 0 | 61 | 32 | 221 | 111 | 53 |
| Binary | 11101 | 10111101 | 1100000 | 1010101 | 0 | 110001 | 11010 | 10010001 | 1001001 | 101011 |
Color Harmonies of #1DBD60
Complementary color
Monochromatic Colors of #1DBD60
Black with #1DBD60
Text Example
Text Example
White with #1DBD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD60; }
p { color: rgb(29,189,96); }
H1.HeaderClassName
{
color: #1DBD60;
}
.AnyTagClassName
{
color: #1DBD60;
}
</style>
background-color css
<style>
a { background-color: #1DBD60; }
a { background-color: rgb(29,189,96); }
div.DivClassName
{
background-color: #1DBD60;
}
.BgClassName
{
background-color: #1DBD60;
}
</style>
border-color css
<style>
span { border-color: #1DBD60; }
span { border-color: rgb(29,189,96); }
td.TdClassName
{
border-color: #1DBD60;
}
.TagClassName
{
border-color: #1DBD60;
}
</style>