Shades of Light Sea Green #1DC0AD
Tints of Light Sea Green #1DC0AD
RGB
CMYK
RGB Variations
Color information
#1DC0AD (or 0x1DC0AD) is known color: Light Sea Green. HEX triplet: 1D, C0 and AD. RGB value is (29,192,173). Sum of RGB (Red+Green+Blue) = 29+192+173=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC0AD is #E23F52. Grayscale: #8D8D8D. Windows color (decimal): -14827347 or 11386909. OLE color: 11386909.
HSL color Cylindrical-coordinate representation of color #1DC0AD: hue angle of 173.01º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC0AD is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 173 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.25 |
| HSL | 173.01º | 0.74% | 0.43% | - |
| HSV(B) | 173.01º | 0.85% | 0.75% | - |
| XYZ | 26.9 | 40.98 | 46.03 | - |
| YUV | 141.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 173 | 0.85 | 0 | 0.10 | 0.25 | 173.01 | 0.74 | 0.43 |
| Hex | 1D | C0 | AD | 55 | 0 | A | 19 | AD | 4A | 2B |
| Octal | 35 | 300 | 255 | 125 | 0 | 12 | 31 | 255 | 112 | 53 |
| Binary | 11101 | 11000000 | 10101101 | 1010101 | 0 | 1010 | 11001 | 10101101 | 1001010 | 101011 |
Color Harmonies of #1DC0AD
Complementary color
Monochromatic Colors of #1DC0AD
Black with #1DC0AD
Text Example
Text Example
White with #1DC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC0AD; }
p { color: rgb(29,192,173); }
H1.HeaderClassName
{
color: #1DC0AD;
}
.AnyTagClassName
{
color: #1DC0AD;
}
</style>
background-color css
<style>
a { background-color: #1DC0AD; }
a { background-color: rgb(29,192,173); }
div.DivClassName
{
background-color: #1DC0AD;
}
.BgClassName
{
background-color: #1DC0AD;
}
</style>
border-color css
<style>
span { border-color: #1DC0AD; }
span { border-color: rgb(29,192,173); }
td.TdClassName
{
border-color: #1DC0AD;
}
.TagClassName
{
border-color: #1DC0AD;
}
</style>