Shades of Light Sea Green #1DBC9A
Tints of Light Sea Green #1DBC9A
RGB
CMYK
RGB Variations
Color information
#1DBC9A (or 0x1DBC9A) is known color: Light Sea Green. HEX triplet: 1D, BC and 9A. RGB value is (29,188,154). Sum of RGB (Red+Green+Blue) = 29+188+154=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBC9A is #E24365. Grayscale: #888888. Windows color (decimal): -14828390 or 10140701. OLE color: 10140701.
HSL color Cylindrical-coordinate representation of color #1DBC9A: hue angle of 167.17º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC9A is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 154 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.26 |
| HSL | 167.17º | 0.73% | 0.43% | - |
| HSV(B) | 167.17º | 0.85% | 0.74% | - |
| XYZ | 24.32 | 38.56 | 36.73 | - |
| YUV | 136.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 154 | 0.85 | 0 | 0.18 | 0.26 | 167.17 | 0.73 | 0.43 |
| Hex | 1D | BC | 9A | 55 | 0 | 12 | 1A | A7 | 49 | 2B |
| Octal | 35 | 274 | 232 | 125 | 0 | 22 | 32 | 247 | 111 | 53 |
| Binary | 11101 | 10111100 | 10011010 | 1010101 | 0 | 10010 | 11010 | 10100111 | 1001001 | 101011 |
Color Harmonies of #1DBC9A
Complementary color
Monochromatic Colors of #1DBC9A
Black with #1DBC9A
Text Example
Text Example
White with #1DBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC9A; }
p { color: rgb(29,188,154); }
H1.HeaderClassName
{
color: #1DBC9A;
}
.AnyTagClassName
{
color: #1DBC9A;
}
</style>
background-color css
<style>
a { background-color: #1DBC9A; }
a { background-color: rgb(29,188,154); }
div.DivClassName
{
background-color: #1DBC9A;
}
.BgClassName
{
background-color: #1DBC9A;
}
</style>
border-color css
<style>
span { border-color: #1DBC9A; }
span { border-color: rgb(29,188,154); }
td.TdClassName
{
border-color: #1DBC9A;
}
.TagClassName
{
border-color: #1DBC9A;
}
</style>