Shades of Light Sea Green #1DB09B
Tints of Light Sea Green #1DB09B
RGB
CMYK
RGB Variations
Color information
#1DB09B (or 0x1DB09B) is known color: Light Sea Green. HEX triplet: 1D, B0 and 9B. RGB value is (29,176,155). Sum of RGB (Red+Green+Blue) = 29+176+155=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB09B is #E24F64. Grayscale: #818181. Windows color (decimal): -14831461 or 10203165. OLE color: 10203165.
HSL color Cylindrical-coordinate representation of color #1DB09B: hue angle of 171.43º 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 #1DB09B is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 176 | 155 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.31 |
| HSL | 171.43º | 0.72% | 0.4% | - |
| HSV(B) | 171.43º | 0.84% | 0.69% | - |
| XYZ | 21.95 | 33.68 | 36.35 | - |
| YUV | 129.65 | 142.3 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 176 | 155 | 0.84 | 0 | 0.12 | 0.31 | 171.43 | 0.72 | 0.4 |
| Hex | 1D | B0 | 9B | 54 | 0 | C | 1F | AB | 48 | 28 |
| Octal | 35 | 260 | 233 | 124 | 0 | 14 | 37 | 253 | 110 | 50 |
| Binary | 11101 | 10110000 | 10011011 | 1010100 | 0 | 1100 | 11111 | 10101011 | 1001000 | 101000 |
Color Harmonies of #1DB09B
Complementary color
Monochromatic Colors of #1DB09B
Black with #1DB09B
Text Example
Text Example
White with #1DB09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB09B; }
p { color: rgb(29,176,155); }
H1.HeaderClassName
{
color: #1DB09B;
}
.AnyTagClassName
{
color: #1DB09B;
}
</style>
background-color css
<style>
a { background-color: #1DB09B; }
a { background-color: rgb(29,176,155); }
div.DivClassName
{
background-color: #1DB09B;
}
.BgClassName
{
background-color: #1DB09B;
}
</style>
border-color css
<style>
span { border-color: #1DB09B; }
span { border-color: rgb(29,176,155); }
td.TdClassName
{
border-color: #1DB09B;
}
.TagClassName
{
border-color: #1DB09B;
}
</style>