Shades of Light Sea Green #1DBBA9
Tints of Light Sea Green #1DBBA9
RGB
CMYK
RGB Variations
Color information
#1DBBA9 (or 0x1DBBA9) is known color: Light Sea Green. HEX triplet: 1D, BB and A9. RGB value is (29,187,169). Sum of RGB (Red+Green+Blue) = 29+187+169=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBA9 is #E24456. Grayscale: #898989. Windows color (decimal): -14828631 or 11123485. OLE color: 11123485.
HSL color Cylindrical-coordinate representation of color #1DBBA9: hue angle of 173.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBBA9 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 169 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.27 |
| HSL | 173.16º | 0.73% | 0.42% | - |
| HSV(B) | 173.16º | 0.84% | 0.73% | - |
| XYZ | 25.44 | 38.67 | 43.66 | - |
| YUV | 137.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 169 | 0.84 | 0 | 0.10 | 0.27 | 173.16 | 0.73 | 0.42 |
| Hex | 1D | BB | A9 | 54 | 0 | A | 1B | AD | 49 | 2A |
| Octal | 35 | 273 | 251 | 124 | 0 | 12 | 33 | 255 | 111 | 52 |
| Binary | 11101 | 10111011 | 10101001 | 1010100 | 0 | 1010 | 11011 | 10101101 | 1001001 | 101010 |
Color Harmonies of #1DBBA9
Complementary color
Monochromatic Colors of #1DBBA9
Black with #1DBBA9
Text Example
Text Example
White with #1DBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBA9; }
p { color: rgb(29,187,169); }
H1.HeaderClassName
{
color: #1DBBA9;
}
.AnyTagClassName
{
color: #1DBBA9;
}
</style>
background-color css
<style>
a { background-color: #1DBBA9; }
a { background-color: rgb(29,187,169); }
div.DivClassName
{
background-color: #1DBBA9;
}
.BgClassName
{
background-color: #1DBBA9;
}
</style>
border-color css
<style>
span { border-color: #1DBBA9; }
span { border-color: rgb(29,187,169); }
td.TdClassName
{
border-color: #1DBBA9;
}
.TagClassName
{
border-color: #1DBBA9;
}
</style>