Shades of Light Sea Green #1DB09D
Tints of Light Sea Green #1DB09D
RGB
CMYK
RGB Variations
Color information
#1DB09D (or 0x1DB09D) is known color: Light Sea Green. HEX triplet: 1D, B0 and 9D. RGB value is (29,176,157). Sum of RGB (Red+Green+Blue) = 29+176+157=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB09D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB09D is #E24F62. Grayscale: #818181. Windows color (decimal): -14831459 or 10334237. OLE color: 10334237.
HSL color Cylindrical-coordinate representation of color #1DB09D: hue angle of 172.24º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB09D is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 157 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.31 |
| HSL | 172.24º | 0.72% | 0.4% | - |
| HSV(B) | 172.24º | 0.84% | 0.69% | - |
| XYZ | 22.12 | 33.75 | 37.25 | - |
| YUV | 129.88 | 143.3 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 157 | 0.84 | 0 | 0.11 | 0.31 | 172.24 | 0.72 | 0.4 |
| Hex | 1D | B0 | 9D | 54 | 0 | B | 1F | AC | 48 | 28 |
| Octal | 35 | 260 | 235 | 124 | 0 | 13 | 37 | 254 | 110 | 50 |
| Binary | 11101 | 10110000 | 10011101 | 1010100 | 0 | 1011 | 11111 | 10101100 | 1001000 | 101000 |
Color Harmonies of #1DB09D
Complementary color
Monochromatic Colors of #1DB09D
Black with #1DB09D
Text Example
Text Example
White with #1DB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB09D; }
p { color: rgb(29,176,157); }
H1.HeaderClassName
{
color: #1DB09D;
}
.AnyTagClassName
{
color: #1DB09D;
}
</style>
background-color css
<style>
a { background-color: #1DB09D; }
a { background-color: rgb(29,176,157); }
div.DivClassName
{
background-color: #1DB09D;
}
.BgClassName
{
background-color: #1DB09D;
}
</style>
border-color css
<style>
span { border-color: #1DB09D; }
span { border-color: rgb(29,176,157); }
td.TdClassName
{
border-color: #1DB09D;
}
.TagClassName
{
border-color: #1DB09D;
}
</style>