Shades of Light Sea Green #1DBAAC
Tints of Light Sea Green #1DBAAC
RGB
CMYK
RGB Variations
Color information
#1DBAAC (or 0x1DBAAC) is known color: Light Sea Green. HEX triplet: 1D, BA and AC. RGB value is (29,186,172). Sum of RGB (Red+Green+Blue) = 29+186+172=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAAC is #E24553. Grayscale: #898989. Windows color (decimal): -14828884 or 11319837. OLE color: 11319837.
HSL color Cylindrical-coordinate representation of color #1DBAAC: hue angle of 174.65º 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 #1DBAAC is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 186 | 172 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.27 |
| HSL | 174.65º | 0.73% | 0.42% | - |
| HSV(B) | 174.65º | 0.84% | 0.73% | - |
| XYZ | 25.51 | 38.36 | 45.09 | - |
| YUV | 137.46 | 147.49 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 186 | 172 | 0.84 | 0 | 0.08 | 0.27 | 174.65 | 0.73 | 0.42 |
| Hex | 1D | BA | AC | 54 | 0 | 8 | 1B | AF | 49 | 2A |
| Octal | 35 | 272 | 254 | 124 | 0 | 10 | 33 | 257 | 111 | 52 |
| Binary | 11101 | 10111010 | 10101100 | 1010100 | 0 | 1000 | 11011 | 10101111 | 1001001 | 101010 |
Color Harmonies of #1DBAAC
Complementary color
Monochromatic Colors of #1DBAAC
Black with #1DBAAC
Text Example
Text Example
White with #1DBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBAAC; }
p { color: rgb(29,186,172); }
H1.HeaderClassName
{
color: #1DBAAC;
}
.AnyTagClassName
{
color: #1DBAAC;
}
</style>
background-color css
<style>
a { background-color: #1DBAAC; }
a { background-color: rgb(29,186,172); }
div.DivClassName
{
background-color: #1DBAAC;
}
.BgClassName
{
background-color: #1DBAAC;
}
</style>
border-color css
<style>
span { border-color: #1DBAAC; }
span { border-color: rgb(29,186,172); }
td.TdClassName
{
border-color: #1DBAAC;
}
.TagClassName
{
border-color: #1DBAAC;
}
</style>