Shades of Medium Sea Green #1DBA5C
Tints of Medium Sea Green #1DBA5C
RGB
CMYK
RGB Variations
Color information
#1DBA5C (or 0x1DBA5C) is known color: Medium Sea Green. HEX triplet: 1D, BA and 5C. RGB value is (29,186,92). Sum of RGB (Red+Green+Blue) = 29+186+92=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBA5C is #E245A3. Grayscale: #808080. Windows color (decimal): -14828964 or 6076957. OLE color: 6076957.
HSL color Cylindrical-coordinate representation of color #1DBA5C: hue angle of 144.08º 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 #1DBA5C is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 92 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.27 |
| HSL | 144.08º | 0.73% | 0.42% | - |
| HSV(B) | 144.08º | 0.84% | 0.73% | - |
| XYZ | 20 | 36.15 | 16.05 | - |
| YUV | 128.34 | 107.49 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 92 | 0.84 | 0 | 0.51 | 0.27 | 144.08 | 0.73 | 0.42 |
| Hex | 1D | BA | 5C | 54 | 0 | 33 | 1B | 90 | 49 | 2A |
| Octal | 35 | 272 | 134 | 124 | 0 | 63 | 33 | 220 | 111 | 52 |
| Binary | 11101 | 10111010 | 1011100 | 1010100 | 0 | 110011 | 11011 | 10010000 | 1001001 | 101010 |
Color Harmonies of #1DBA5C
Complementary color
Monochromatic Colors of #1DBA5C
Black with #1DBA5C
Text Example
Text Example
White with #1DBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBA5C; }
p { color: rgb(29,186,92); }
H1.HeaderClassName
{
color: #1DBA5C;
}
.AnyTagClassName
{
color: #1DBA5C;
}
</style>
background-color css
<style>
a { background-color: #1DBA5C; }
a { background-color: rgb(29,186,92); }
div.DivClassName
{
background-color: #1DBA5C;
}
.BgClassName
{
background-color: #1DBA5C;
}
</style>
border-color css
<style>
span { border-color: #1DBA5C; }
span { border-color: rgb(29,186,92); }
td.TdClassName
{
border-color: #1DBA5C;
}
.TagClassName
{
border-color: #1DBA5C;
}
</style>