Shades of Light Sea Green #1DB69A
Tints of Light Sea Green #1DB69A
RGB
CMYK
RGB Variations
Color information
#1DB69A (or 0x1DB69A) is known color: Light Sea Green. HEX triplet: 1D, B6 and 9A. RGB value is (29,182,154). Sum of RGB (Red+Green+Blue) = 29+182+154=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB69A is #E24965. Grayscale: #858585. Windows color (decimal): -14829926 or 10139165. OLE color: 10139165.
HSL color Cylindrical-coordinate representation of color #1DB69A: hue angle of 169.02º 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 #1DB69A is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 154 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.29 |
| HSL | 169.02º | 0.73% | 0.41% | - |
| HSV(B) | 169.02º | 0.84% | 0.71% | - |
| XYZ | 23.07 | 36.05 | 36.31 | - |
| YUV | 133.06 | 139.81 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 154 | 0.84 | 0 | 0.15 | 0.29 | 169.02 | 0.73 | 0.41 |
| Hex | 1D | B6 | 9A | 54 | 0 | F | 1D | A9 | 49 | 29 |
| Octal | 35 | 266 | 232 | 124 | 0 | 17 | 35 | 251 | 111 | 51 |
| Binary | 11101 | 10110110 | 10011010 | 1010100 | 0 | 1111 | 11101 | 10101001 | 1001001 | 101001 |
Color Harmonies of #1DB69A
Complementary color
Monochromatic Colors of #1DB69A
Black with #1DB69A
Text Example
Text Example
White with #1DB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB69A; }
p { color: rgb(29,182,154); }
H1.HeaderClassName
{
color: #1DB69A;
}
.AnyTagClassName
{
color: #1DB69A;
}
</style>
background-color css
<style>
a { background-color: #1DB69A; }
a { background-color: rgb(29,182,154); }
div.DivClassName
{
background-color: #1DB69A;
}
.BgClassName
{
background-color: #1DB69A;
}
</style>
border-color css
<style>
span { border-color: #1DB69A; }
span { border-color: rgb(29,182,154); }
td.TdClassName
{
border-color: #1DB69A;
}
.TagClassName
{
border-color: #1DB69A;
}
</style>