Shades of Light Sea Green #1DB9AC
Tints of Light Sea Green #1DB9AC
RGB
CMYK
RGB Variations
Color information
#1DB9AC (or 0x1DB9AC) is known color: Light Sea Green. HEX triplet: 1D, B9 and AC. RGB value is (29,185,172). Sum of RGB (Red+Green+Blue) = 29+185+172=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB9AC is #E24653. Grayscale: #888888. Windows color (decimal): -14829140 or 11319581. OLE color: 11319581.
HSL color Cylindrical-coordinate representation of color #1DB9AC: hue angle of 175º 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 #1DB9AC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 172 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.27 |
| HSL | 175º | 0.73% | 0.42% | - |
| HSV(B) | 175º | 0.84% | 0.73% | - |
| XYZ | 25.3 | 37.94 | 45.02 | - |
| YUV | 136.87 | 147.82 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 172 | 0.84 | 0 | 0.07 | 0.27 | 175 | 0.73 | 0.42 |
| Hex | 1D | B9 | AC | 54 | 0 | 7 | 1B | AF | 49 | 2A |
| Octal | 35 | 271 | 254 | 124 | 0 | 7 | 33 | 257 | 111 | 52 |
| Binary | 11101 | 10111001 | 10101100 | 1010100 | 0 | 111 | 11011 | 10101111 | 1001001 | 101010 |
Color Harmonies of #1DB9AC
Complementary color
Monochromatic Colors of #1DB9AC
Black with #1DB9AC
Text Example
Text Example
White with #1DB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB9AC; }
p { color: rgb(29,185,172); }
H1.HeaderClassName
{
color: #1DB9AC;
}
.AnyTagClassName
{
color: #1DB9AC;
}
</style>
background-color css
<style>
a { background-color: #1DB9AC; }
a { background-color: rgb(29,185,172); }
div.DivClassName
{
background-color: #1DB9AC;
}
.BgClassName
{
background-color: #1DB9AC;
}
</style>
border-color css
<style>
span { border-color: #1DB9AC; }
span { border-color: rgb(29,185,172); }
td.TdClassName
{
border-color: #1DB9AC;
}
.TagClassName
{
border-color: #1DB9AC;
}
</style>