Shades of Light Sea Green #1DBABC
Tints of Light Sea Green #1DBABC
RGB
CMYK
RGB Variations
Color information
#1DBABC (or 0x1DBABC) is known color: Light Sea Green. HEX triplet: 1D, BA and BC. RGB value is (29,186,188). Sum of RGB (Red+Green+Blue) = 29+186+188=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DBABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DBABC is #E24543. Grayscale: #8B8B8B. Windows color (decimal): -14828868 or 12368413. OLE color: 12368413.
HSL color Cylindrical-coordinate representation of color #1DBABC: hue angle of 180.75º 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 #1DBABC is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 186 | 188 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.26 |
| HSL | 180.75º | 0.73% | 0.43% | - |
| HSV(B) | 180.75º | 0.85% | 0.74% | - |
| XYZ | 27.14 | 39.01 | 53.68 | - |
| YUV | 139.29 | 155.49 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 188 | 0.85 | 0.01 | 0 | 0.26 | 180.75 | 0.73 | 0.43 |
| Hex | 1D | BA | BC | 55 | 1 | 0 | 1A | B5 | 49 | 2B |
| Octal | 35 | 272 | 274 | 125 | 1 | 0 | 32 | 265 | 111 | 53 |
| Binary | 11101 | 10111010 | 10111100 | 1010101 | 1 | 0 | 11010 | 10110101 | 1001001 | 101011 |
Color Harmonies of #1DBABC
Complementary color
Monochromatic Colors of #1DBABC
Black with #1DBABC
Text Example
Text Example
White with #1DBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBABC; }
p { color: rgb(29,186,188); }
H1.HeaderClassName
{
color: #1DBABC;
}
.AnyTagClassName
{
color: #1DBABC;
}
</style>
background-color css
<style>
a { background-color: #1DBABC; }
a { background-color: rgb(29,186,188); }
div.DivClassName
{
background-color: #1DBABC;
}
.BgClassName
{
background-color: #1DBABC;
}
</style>
border-color css
<style>
span { border-color: #1DBABC; }
span { border-color: rgb(29,186,188); }
td.TdClassName
{
border-color: #1DBABC;
}
.TagClassName
{
border-color: #1DBABC;
}
</style>