Shades of Light Sea Green #1DB5AB
Tints of Light Sea Green #1DB5AB
RGB
CMYK
RGB Variations
Color information
#1DB5AB (or 0x1DB5AB) is known color: Light Sea Green. HEX triplet: 1D, B5 and AB. RGB value is (29,181,171). Sum of RGB (Red+Green+Blue) = 29+181+171=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB5AB is #E24A54. Grayscale: #868686. Windows color (decimal): -14830165 or 11253021. OLE color: 11253021.
HSL color Cylindrical-coordinate representation of color #1DB5AB: hue angle of 176.05º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB5AB is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 171 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.29 |
| HSL | 176.05º | 0.72% | 0.41% | - |
| HSV(B) | 176.05º | 0.84% | 0.71% | - |
| XYZ | 24.38 | 36.25 | 44.24 | - |
| YUV | 134.41 | 148.64 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 171 | 0.84 | 0 | 0.06 | 0.29 | 176.05 | 0.72 | 0.41 |
| Hex | 1D | B5 | AB | 54 | 0 | 6 | 1D | B0 | 48 | 29 |
| Octal | 35 | 265 | 253 | 124 | 0 | 6 | 35 | 260 | 110 | 51 |
| Binary | 11101 | 10110101 | 10101011 | 1010100 | 0 | 110 | 11101 | 10110000 | 1001000 | 101001 |
Color Harmonies of #1DB5AB
Complementary color
Monochromatic Colors of #1DB5AB
Black with #1DB5AB
Text Example
Text Example
White with #1DB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB5AB; }
p { color: rgb(29,181,171); }
H1.HeaderClassName
{
color: #1DB5AB;
}
.AnyTagClassName
{
color: #1DB5AB;
}
</style>
background-color css
<style>
a { background-color: #1DB5AB; }
a { background-color: rgb(29,181,171); }
div.DivClassName
{
background-color: #1DB5AB;
}
.BgClassName
{
background-color: #1DB5AB;
}
</style>
border-color css
<style>
span { border-color: #1DB5AB; }
span { border-color: rgb(29,181,171); }
td.TdClassName
{
border-color: #1DB5AB;
}
.TagClassName
{
border-color: #1DB5AB;
}
</style>