Shades of Medium Sea Green #1DB960
Tints of Medium Sea Green #1DB960
RGB
CMYK
RGB Variations
Color information
#1DB960 (or 0x1DB960) is known color: Medium Sea Green. HEX triplet: 1D, B9 and 60. RGB value is (29,185,96). Sum of RGB (Red+Green+Blue) = 29+185+96=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB960 is #E2469F. Grayscale: #808080. Windows color (decimal): -14829216 or 6338845. OLE color: 6338845.
HSL color Cylindrical-coordinate representation of color #1DB960: hue angle of 145.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB960 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 96 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.27 |
| HSL | 145.77º | 0.73% | 0.42% | - |
| HSV(B) | 145.77º | 0.84% | 0.73% | - |
| XYZ | 19.97 | 35.8 | 16.92 | - |
| YUV | 128.21 | 109.82 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 96 | 0.84 | 0 | 0.48 | 0.27 | 145.77 | 0.73 | 0.42 |
| Hex | 1D | B9 | 60 | 54 | 0 | 30 | 1B | 92 | 49 | 2A |
| Octal | 35 | 271 | 140 | 124 | 0 | 60 | 33 | 222 | 111 | 52 |
| Binary | 11101 | 10111001 | 1100000 | 1010100 | 0 | 110000 | 11011 | 10010010 | 1001001 | 101010 |
Color Harmonies of #1DB960
Complementary color
Monochromatic Colors of #1DB960
Black with #1DB960
Text Example
Text Example
White with #1DB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB960; }
p { color: rgb(29,185,96); }
H1.HeaderClassName
{
color: #1DB960;
}
.AnyTagClassName
{
color: #1DB960;
}
</style>
background-color css
<style>
a { background-color: #1DB960; }
a { background-color: rgb(29,185,96); }
div.DivClassName
{
background-color: #1DB960;
}
.BgClassName
{
background-color: #1DB960;
}
</style>
border-color css
<style>
span { border-color: #1DB960; }
span { border-color: rgb(29,185,96); }
td.TdClassName
{
border-color: #1DB960;
}
.TagClassName
{
border-color: #1DB960;
}
</style>