Shades of Light Sea Green #1DB3AD
Tints of Light Sea Green #1DB3AD
RGB
CMYK
RGB Variations
Color information
#1DB3AD (or 0x1DB3AD) is known color: Light Sea Green. HEX triplet: 1D, B3 and AD. RGB value is (29,179,173). Sum of RGB (Red+Green+Blue) = 29+179+173=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB3AD is #E24C52. Grayscale: #858585. Windows color (decimal): -14830675 or 11383581. OLE color: 11383581.
HSL color Cylindrical-coordinate representation of color #1DB3AD: hue angle of 177.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB3AD is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 173 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.30 |
| HSL | 177.6º | 0.72% | 0.41% | - |
| HSV(B) | 177.6º | 0.84% | 0.7% | - |
| XYZ | 24.17 | 35.52 | 45.12 | - |
| YUV | 133.47 | 150.31 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 173 | 0.84 | 0 | 0.03 | 0.30 | 177.6 | 0.72 | 0.41 |
| Hex | 1D | B3 | AD | 54 | 0 | 3 | 1E | B2 | 48 | 29 |
| Octal | 35 | 263 | 255 | 124 | 0 | 3 | 36 | 262 | 110 | 51 |
| Binary | 11101 | 10110011 | 10101101 | 1010100 | 0 | 11 | 11110 | 10110010 | 1001000 | 101001 |
Color Harmonies of #1DB3AD
Complementary color
Monochromatic Colors of #1DB3AD
Black with #1DB3AD
Text Example
Text Example
White with #1DB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB3AD; }
p { color: rgb(29,179,173); }
H1.HeaderClassName
{
color: #1DB3AD;
}
.AnyTagClassName
{
color: #1DB3AD;
}
</style>
background-color css
<style>
a { background-color: #1DB3AD; }
a { background-color: rgb(29,179,173); }
div.DivClassName
{
background-color: #1DB3AD;
}
.BgClassName
{
background-color: #1DB3AD;
}
</style>
border-color css
<style>
span { border-color: #1DB3AD; }
span { border-color: rgb(29,179,173); }
td.TdClassName
{
border-color: #1DB3AD;
}
.TagClassName
{
border-color: #1DB3AD;
}
</style>