Shades of Light Sea Green #1DB6A9
Tints of Light Sea Green #1DB6A9
RGB
CMYK
RGB Variations
Color information
#1DB6A9 (or 0x1DB6A9) is known color: Light Sea Green. HEX triplet: 1D, B6 and A9. RGB value is (29,182,169). Sum of RGB (Red+Green+Blue) = 29+182+169=380 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.63% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB6A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB6A9 is #E24956. Grayscale: #868686. Windows color (decimal): -14829911 or 11122205. OLE color: 11122205.
HSL color Cylindrical-coordinate representation of color #1DB6A9: hue angle of 174.9º degrees, saturation: 0.73, 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 #1DB6A9 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 169 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.29 |
| HSL | 174.9º | 0.73% | 0.41% | - |
| HSV(B) | 174.9º | 0.84% | 0.71% | - |
| XYZ | 24.4 | 36.58 | 43.31 | - |
| YUV | 134.77 | 147.31 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 169 | 0.84 | 0 | 0.07 | 0.29 | 174.9 | 0.73 | 0.41 |
| Hex | 1D | B6 | A9 | 54 | 0 | 7 | 1D | AF | 49 | 29 |
| Octal | 35 | 266 | 251 | 124 | 0 | 7 | 35 | 257 | 111 | 51 |
| Binary | 11101 | 10110110 | 10101001 | 1010100 | 0 | 111 | 11101 | 10101111 | 1001001 | 101001 |
Color Harmonies of #1DB6A9
Complementary color
Monochromatic Colors of #1DB6A9
Black with #1DB6A9
Text Example
Text Example
White with #1DB6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB6A9; }
p { color: rgb(29,182,169); }
H1.HeaderClassName
{
color: #1DB6A9;
}
.AnyTagClassName
{
color: #1DB6A9;
}
</style>
background-color css
<style>
a { background-color: #1DB6A9; }
a { background-color: rgb(29,182,169); }
div.DivClassName
{
background-color: #1DB6A9;
}
.BgClassName
{
background-color: #1DB6A9;
}
</style>
border-color css
<style>
span { border-color: #1DB6A9; }
span { border-color: rgb(29,182,169); }
td.TdClassName
{
border-color: #1DB6A9;
}
.TagClassName
{
border-color: #1DB6A9;
}
</style>