Shades of Light Sea Green #1DC3AA
Tints of Light Sea Green #1DC3AA
RGB
CMYK
RGB Variations
Color information
#1DC3AA (or 0x1DC3AA) is known color: Light Sea Green. HEX triplet: 1D, C3 and AA. RGB value is (29,195,170). Sum of RGB (Red+Green+Blue) = 29+195+170=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC3AA is #E23C55. Grayscale: #8E8E8E. Windows color (decimal): -14826582 or 11191069. OLE color: 11191069.
HSL color Cylindrical-coordinate representation of color #1DC3AA: hue angle of 170.96º 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 #1DC3AA is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 170 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.24 |
| HSL | 170.96º | 0.74% | 0.44% | - |
| HSV(B) | 170.96º | 0.85% | 0.76% | - |
| XYZ | 27.28 | 42.19 | 44.74 | - |
| YUV | 142.52 | 143.5 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 170 | 0.85 | 0 | 0.13 | 0.24 | 170.96 | 0.74 | 0.44 |
| Hex | 1D | C3 | AA | 55 | 0 | D | 18 | AB | 4A | 2C |
| Octal | 35 | 303 | 252 | 125 | 0 | 15 | 30 | 253 | 112 | 54 |
| Binary | 11101 | 11000011 | 10101010 | 1010101 | 0 | 1101 | 11000 | 10101011 | 1001010 | 101100 |
Color Harmonies of #1DC3AA
Complementary color
Monochromatic Colors of #1DC3AA
Black with #1DC3AA
Text Example
Text Example
White with #1DC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC3AA; }
p { color: rgb(29,195,170); }
H1.HeaderClassName
{
color: #1DC3AA;
}
.AnyTagClassName
{
color: #1DC3AA;
}
</style>
background-color css
<style>
a { background-color: #1DC3AA; }
a { background-color: rgb(29,195,170); }
div.DivClassName
{
background-color: #1DC3AA;
}
.BgClassName
{
background-color: #1DC3AA;
}
</style>
border-color css
<style>
span { border-color: #1DC3AA; }
span { border-color: rgb(29,195,170); }
td.TdClassName
{
border-color: #1DC3AA;
}
.TagClassName
{
border-color: #1DC3AA;
}
</style>