Shades of Medium Sea Green #1DC26A
Tints of Medium Sea Green #1DC26A
RGB
CMYK
RGB Variations
Color information
#1DC26A (or 0x1DC26A) is known color: Medium Sea Green. HEX triplet: 1D, C2 and 6A. RGB value is (29,194,106). Sum of RGB (Red+Green+Blue) = 29+194+106=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC26A is #E23D95. Grayscale: #868686. Windows color (decimal): -14826902 or 6996509. OLE color: 6996509.
HSL color Cylindrical-coordinate representation of color #1DC26A: hue angle of 148º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC26A is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 106 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.24 |
| HSL | 148º | 0.74% | 0.44% | - |
| HSV(B) | 148º | 0.85% | 0.76% | - |
| XYZ | 22.4 | 39.89 | 20.15 | - |
| YUV | 134.63 | 111.84 | 52.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 106 | 0.85 | 0 | 0.45 | 0.24 | 148 | 0.74 | 0.44 |
| Hex | 1D | C2 | 6A | 55 | 0 | 2D | 18 | 94 | 4A | 2C |
| Octal | 35 | 302 | 152 | 125 | 0 | 55 | 30 | 224 | 112 | 54 |
| Binary | 11101 | 11000010 | 1101010 | 1010101 | 0 | 101101 | 11000 | 10010100 | 1001010 | 101100 |
Color Harmonies of #1DC26A
Complementary color
Monochromatic Colors of #1DC26A
Black with #1DC26A
Text Example
Text Example
White with #1DC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC26A; }
p { color: rgb(29,194,106); }
H1.HeaderClassName
{
color: #1DC26A;
}
.AnyTagClassName
{
color: #1DC26A;
}
</style>
background-color css
<style>
a { background-color: #1DC26A; }
a { background-color: rgb(29,194,106); }
div.DivClassName
{
background-color: #1DC26A;
}
.BgClassName
{
background-color: #1DC26A;
}
</style>
border-color css
<style>
span { border-color: #1DC26A; }
span { border-color: rgb(29,194,106); }
td.TdClassName
{
border-color: #1DC26A;
}
.TagClassName
{
border-color: #1DC26A;
}
</style>