Shades of Light Sea Green #1DC3AB
Tints of Light Sea Green #1DC3AB
RGB
CMYK
RGB Variations
Color information
#1DC3AB (or 0x1DC3AB) is known color: Light Sea Green. HEX triplet: 1D, C3 and AB. RGB value is (29,195,171). Sum of RGB (Red+Green+Blue) = 29+195+171=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC3AB is #E23C54. Grayscale: #8E8E8E. Windows color (decimal): -14826581 or 11256605. OLE color: 11256605.
HSL color Cylindrical-coordinate representation of color #1DC3AB: hue angle of 171.33º 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 #1DC3AB is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 171 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.24 |
| HSL | 171.33º | 0.74% | 0.44% | - |
| HSV(B) | 171.33º | 0.85% | 0.76% | - |
| XYZ | 27.37 | 42.23 | 45.24 | - |
| YUV | 142.63 | 144 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 171 | 0.85 | 0 | 0.12 | 0.24 | 171.33 | 0.74 | 0.44 |
| Hex | 1D | C3 | AB | 55 | 0 | C | 18 | AB | 4A | 2C |
| Octal | 35 | 303 | 253 | 125 | 0 | 14 | 30 | 253 | 112 | 54 |
| Binary | 11101 | 11000011 | 10101011 | 1010101 | 0 | 1100 | 11000 | 10101011 | 1001010 | 101100 |
Color Harmonies of #1DC3AB
Complementary color
Monochromatic Colors of #1DC3AB
Black with #1DC3AB
Text Example
Text Example
White with #1DC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC3AB; }
p { color: rgb(29,195,171); }
H1.HeaderClassName
{
color: #1DC3AB;
}
.AnyTagClassName
{
color: #1DC3AB;
}
</style>
background-color css
<style>
a { background-color: #1DC3AB; }
a { background-color: rgb(29,195,171); }
div.DivClassName
{
background-color: #1DC3AB;
}
.BgClassName
{
background-color: #1DC3AB;
}
</style>
border-color css
<style>
span { border-color: #1DC3AB; }
span { border-color: rgb(29,195,171); }
td.TdClassName
{
border-color: #1DC3AB;
}
.TagClassName
{
border-color: #1DC3AB;
}
</style>