Shades of Medium Sea Green #1DC168
Tints of Medium Sea Green #1DC168
RGB
CMYK
RGB Variations
Color information
#1DC168 (or 0x1DC168) is known color: Medium Sea Green. HEX triplet: 1D, C1 and 68. RGB value is (29,193,104). Sum of RGB (Red+Green+Blue) = 29+193+104=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC168 is #E23E97. Grayscale: #868686. Windows color (decimal): -14827160 or 6865181. OLE color: 6865181.
HSL color Cylindrical-coordinate representation of color #1DC168: hue angle of 147.44º 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 #1DC168 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 104 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.24 |
| HSL | 147.44º | 0.74% | 0.44% | - |
| HSV(B) | 147.44º | 0.85% | 0.76% | - |
| XYZ | 22.08 | 39.4 | 19.54 | - |
| YUV | 133.82 | 111.17 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 104 | 0.85 | 0 | 0.46 | 0.24 | 147.44 | 0.74 | 0.44 |
| Hex | 1D | C1 | 68 | 55 | 0 | 2E | 18 | 93 | 4A | 2C |
| Octal | 35 | 301 | 150 | 125 | 0 | 56 | 30 | 223 | 112 | 54 |
| Binary | 11101 | 11000001 | 1101000 | 1010101 | 0 | 101110 | 11000 | 10010011 | 1001010 | 101100 |
Color Harmonies of #1DC168
Complementary color
Monochromatic Colors of #1DC168
Black with #1DC168
Text Example
Text Example
White with #1DC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC168; }
p { color: rgb(29,193,104); }
H1.HeaderClassName
{
color: #1DC168;
}
.AnyTagClassName
{
color: #1DC168;
}
</style>
background-color css
<style>
a { background-color: #1DC168; }
a { background-color: rgb(29,193,104); }
div.DivClassName
{
background-color: #1DC168;
}
.BgClassName
{
background-color: #1DC168;
}
</style>
border-color css
<style>
span { border-color: #1DC168; }
span { border-color: rgb(29,193,104); }
td.TdClassName
{
border-color: #1DC168;
}
.TagClassName
{
border-color: #1DC168;
}
</style>