Shades of Light Sea Green #1DBBAC
Tints of Light Sea Green #1DBBAC
RGB
CMYK
RGB Variations
Color information
#1DBBAC (or 0x1DBBAC) is known color: Light Sea Green. HEX triplet: 1D, BB and AC. RGB value is (29,187,172). Sum of RGB (Red+Green+Blue) = 29+187+172=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBAC is #E24453. Grayscale: #898989. Windows color (decimal): -14828628 or 11320093. OLE color: 11320093.
HSL color Cylindrical-coordinate representation of color #1DBBAC: hue angle of 174.3º 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 #1DBBAC is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 172 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.27 |
| HSL | 174.3º | 0.73% | 0.42% | - |
| HSV(B) | 174.3º | 0.84% | 0.73% | - |
| XYZ | 25.72 | 38.78 | 45.16 | - |
| YUV | 138.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 172 | 0.84 | 0 | 0.08 | 0.27 | 174.3 | 0.73 | 0.42 |
| Hex | 1D | BB | AC | 54 | 0 | 8 | 1B | AE | 49 | 2A |
| Octal | 35 | 273 | 254 | 124 | 0 | 10 | 33 | 256 | 111 | 52 |
| Binary | 11101 | 10111011 | 10101100 | 1010100 | 0 | 1000 | 11011 | 10101110 | 1001001 | 101010 |
Color Harmonies of #1DBBAC
Complementary color
Monochromatic Colors of #1DBBAC
Black with #1DBBAC
Text Example
Text Example
White with #1DBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBBAC; }
p { color: rgb(29,187,172); }
H1.HeaderClassName
{
color: #1DBBAC;
}
.AnyTagClassName
{
color: #1DBBAC;
}
</style>
background-color css
<style>
a { background-color: #1DBBAC; }
a { background-color: rgb(29,187,172); }
div.DivClassName
{
background-color: #1DBBAC;
}
.BgClassName
{
background-color: #1DBBAC;
}
</style>
border-color css
<style>
span { border-color: #1DBBAC; }
span { border-color: rgb(29,187,172); }
td.TdClassName
{
border-color: #1DBBAC;
}
.TagClassName
{
border-color: #1DBBAC;
}
</style>