Shades of Medium Sea Green #1DBC5E
Tints of Medium Sea Green #1DBC5E
RGB
CMYK
RGB Variations
Color information
#1DBC5E (or 0x1DBC5E) is known color: Medium Sea Green. HEX triplet: 1D, BC and 5E. RGB value is (29,188,94). Sum of RGB (Red+Green+Blue) = 29+188+94=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBC5E is #E243A1. Grayscale: #818181. Windows color (decimal): -14828450 or 6208541. OLE color: 6208541.
HSL color Cylindrical-coordinate representation of color #1DBC5E: hue angle of 144.53º 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 #1DBC5E is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 94 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.26 |
| HSL | 144.53º | 0.73% | 0.43% | - |
| HSV(B) | 144.53º | 0.85% | 0.74% | - |
| XYZ | 20.51 | 37.04 | 16.66 | - |
| YUV | 129.74 | 107.82 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 94 | 0.85 | 0 | 0.50 | 0.26 | 144.53 | 0.73 | 0.43 |
| Hex | 1D | BC | 5E | 55 | 0 | 32 | 1A | 91 | 49 | 2B |
| Octal | 35 | 274 | 136 | 125 | 0 | 62 | 32 | 221 | 111 | 53 |
| Binary | 11101 | 10111100 | 1011110 | 1010101 | 0 | 110010 | 11010 | 10010001 | 1001001 | 101011 |
Color Harmonies of #1DBC5E
Complementary color
Monochromatic Colors of #1DBC5E
Black with #1DBC5E
Text Example
Text Example
White with #1DBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC5E; }
p { color: rgb(29,188,94); }
H1.HeaderClassName
{
color: #1DBC5E;
}
.AnyTagClassName
{
color: #1DBC5E;
}
</style>
background-color css
<style>
a { background-color: #1DBC5E; }
a { background-color: rgb(29,188,94); }
div.DivClassName
{
background-color: #1DBC5E;
}
.BgClassName
{
background-color: #1DBC5E;
}
</style>
border-color css
<style>
span { border-color: #1DBC5E; }
span { border-color: rgb(29,188,94); }
td.TdClassName
{
border-color: #1DBC5E;
}
.TagClassName
{
border-color: #1DBC5E;
}
</style>