Shades of Light Sea Green #1DB5AD
Tints of Light Sea Green #1DB5AD
RGB
CMYK
RGB Variations
Color information
#1DB5AD (or 0x1DB5AD) is known color: Light Sea Green. HEX triplet: 1D, B5 and AD. RGB value is (29,181,173). Sum of RGB (Red+Green+Blue) = 29+181+173=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB5AD is #E24A52. Grayscale: #868686. Windows color (decimal): -14830163 or 11384093. OLE color: 11384093.
HSL color Cylindrical-coordinate representation of color #1DB5AD: hue angle of 176.84º 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 #1DB5AD is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 173 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.29 |
| HSL | 176.84º | 0.72% | 0.41% | - |
| HSV(B) | 176.84º | 0.84% | 0.71% | - |
| XYZ | 24.57 | 36.33 | 45.25 | - |
| YUV | 134.64 | 149.64 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 173 | 0.84 | 0 | 0.04 | 0.29 | 176.84 | 0.72 | 0.41 |
| Hex | 1D | B5 | AD | 54 | 0 | 4 | 1D | B1 | 48 | 29 |
| Octal | 35 | 265 | 255 | 124 | 0 | 4 | 35 | 261 | 110 | 51 |
| Binary | 11101 | 10110101 | 10101101 | 1010100 | 0 | 100 | 11101 | 10110001 | 1001000 | 101001 |
Color Harmonies of #1DB5AD
Complementary color
Monochromatic Colors of #1DB5AD
Black with #1DB5AD
Text Example
Text Example
White with #1DB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB5AD; }
p { color: rgb(29,181,173); }
H1.HeaderClassName
{
color: #1DB5AD;
}
.AnyTagClassName
{
color: #1DB5AD;
}
</style>
background-color css
<style>
a { background-color: #1DB5AD; }
a { background-color: rgb(29,181,173); }
div.DivClassName
{
background-color: #1DB5AD;
}
.BgClassName
{
background-color: #1DB5AD;
}
</style>
border-color css
<style>
span { border-color: #1DB5AD; }
span { border-color: rgb(29,181,173); }
td.TdClassName
{
border-color: #1DB5AD;
}
.TagClassName
{
border-color: #1DB5AD;
}
</style>