Shades of Light Sea Green #1DC19C
Tints of Light Sea Green #1DC19C
RGB
CMYK
RGB Variations
Color information
#1DC19C (or 0x1DC19C) is known color: Light Sea Green. HEX triplet: 1D, C1 and 9C. RGB value is (29,193,156). Sum of RGB (Red+Green+Blue) = 29+193+156=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC19C is #E23E63. Grayscale: #8B8B8B. Windows color (decimal): -14827108 or 10273053. OLE color: 10273053.
HSL color Cylindrical-coordinate representation of color #1DC19C: hue angle of 166.46º 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 #1DC19C is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 156 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.24 |
| HSL | 166.46º | 0.74% | 0.44% | - |
| HSV(B) | 166.46º | 0.85% | 0.76% | - |
| XYZ | 25.58 | 40.8 | 37.98 | - |
| YUV | 139.75 | 137.17 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 156 | 0.85 | 0 | 0.19 | 0.24 | 166.46 | 0.74 | 0.44 |
| Hex | 1D | C1 | 9C | 55 | 0 | 13 | 18 | A6 | 4A | 2C |
| Octal | 35 | 301 | 234 | 125 | 0 | 23 | 30 | 246 | 112 | 54 |
| Binary | 11101 | 11000001 | 10011100 | 1010101 | 0 | 10011 | 11000 | 10100110 | 1001010 | 101100 |
Color Harmonies of #1DC19C
Complementary color
Monochromatic Colors of #1DC19C
Black with #1DC19C
Text Example
Text Example
White with #1DC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC19C; }
p { color: rgb(29,193,156); }
H1.HeaderClassName
{
color: #1DC19C;
}
.AnyTagClassName
{
color: #1DC19C;
}
</style>
background-color css
<style>
a { background-color: #1DC19C; }
a { background-color: rgb(29,193,156); }
div.DivClassName
{
background-color: #1DC19C;
}
.BgClassName
{
background-color: #1DC19C;
}
</style>
border-color css
<style>
span { border-color: #1DC19C; }
span { border-color: rgb(29,193,156); }
td.TdClassName
{
border-color: #1DC19C;
}
.TagClassName
{
border-color: #1DC19C;
}
</style>