Shades of Light Sea Green #1DBEAB
Tints of Light Sea Green #1DBEAB
RGB
CMYK
RGB Variations
Color information
#1DBEAB (or 0x1DBEAB) is known color: Light Sea Green. HEX triplet: 1D, BE and AB. RGB value is (29,190,171). Sum of RGB (Red+Green+Blue) = 29+190+171=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBEAB is #E24154. Grayscale: #8B8B8B. Windows color (decimal): -14827861 or 11255325. OLE color: 11255325.
HSL color Cylindrical-coordinate representation of color #1DBEAB: hue angle of 172.92º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBEAB is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 171 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.25 |
| HSL | 172.92º | 0.74% | 0.43% | - |
| HSV(B) | 172.92º | 0.85% | 0.75% | - |
| XYZ | 26.27 | 40.03 | 44.87 | - |
| YUV | 139.7 | 145.66 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 171 | 0.85 | 0 | 0.10 | 0.25 | 172.92 | 0.74 | 0.43 |
| Hex | 1D | BE | AB | 55 | 0 | A | 19 | AD | 4A | 2B |
| Octal | 35 | 276 | 253 | 125 | 0 | 12 | 31 | 255 | 112 | 53 |
| Binary | 11101 | 10111110 | 10101011 | 1010101 | 0 | 1010 | 11001 | 10101101 | 1001010 | 101011 |
Color Harmonies of #1DBEAB
Complementary color
Monochromatic Colors of #1DBEAB
Black with #1DBEAB
Text Example
Text Example
White with #1DBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBEAB; }
p { color: rgb(29,190,171); }
H1.HeaderClassName
{
color: #1DBEAB;
}
.AnyTagClassName
{
color: #1DBEAB;
}
</style>
background-color css
<style>
a { background-color: #1DBEAB; }
a { background-color: rgb(29,190,171); }
div.DivClassName
{
background-color: #1DBEAB;
}
.BgClassName
{
background-color: #1DBEAB;
}
</style>
border-color css
<style>
span { border-color: #1DBEAB; }
span { border-color: rgb(29,190,171); }
td.TdClassName
{
border-color: #1DBEAB;
}
.TagClassName
{
border-color: #1DBEAB;
}
</style>