Shades of Medium Sea Green #1DC265
Tints of Medium Sea Green #1DC265
RGB
CMYK
RGB Variations
Color information
#1DC265 (or 0x1DC265) is known color: Medium Sea Green. HEX triplet: 1D, C2 and 65. RGB value is (29,194,101). Sum of RGB (Red+Green+Blue) = 29+194+101=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC265 is #E23D9A. Grayscale: #868686. Windows color (decimal): -14826907 or 6668829. OLE color: 6668829.
HSL color Cylindrical-coordinate representation of color #1DC265: hue angle of 146.18º 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 #1DC265 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 101 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.24 |
| HSL | 146.18º | 0.74% | 0.44% | - |
| HSV(B) | 146.18º | 0.85% | 0.76% | - |
| XYZ | 22.15 | 39.78 | 18.82 | - |
| YUV | 134.06 | 109.34 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 101 | 0.85 | 0 | 0.48 | 0.24 | 146.18 | 0.74 | 0.44 |
| Hex | 1D | C2 | 65 | 55 | 0 | 30 | 18 | 92 | 4A | 2C |
| Octal | 35 | 302 | 145 | 125 | 0 | 60 | 30 | 222 | 112 | 54 |
| Binary | 11101 | 11000010 | 1100101 | 1010101 | 0 | 110000 | 11000 | 10010010 | 1001010 | 101100 |
Color Harmonies of #1DC265
Complementary color
Monochromatic Colors of #1DC265
Black with #1DC265
Text Example
Text Example
White with #1DC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC265; }
p { color: rgb(29,194,101); }
H1.HeaderClassName
{
color: #1DC265;
}
.AnyTagClassName
{
color: #1DC265;
}
</style>
background-color css
<style>
a { background-color: #1DC265; }
a { background-color: rgb(29,194,101); }
div.DivClassName
{
background-color: #1DC265;
}
.BgClassName
{
background-color: #1DC265;
}
</style>
border-color css
<style>
span { border-color: #1DC265; }
span { border-color: rgb(29,194,101); }
td.TdClassName
{
border-color: #1DC265;
}
.TagClassName
{
border-color: #1DC265;
}
</style>