Shades of Light Sea Green #1DB8AC
Tints of Light Sea Green #1DB8AC
RGB
CMYK
RGB Variations
Color information
#1DB8AC (or 0x1DB8AC) is known color: Light Sea Green. HEX triplet: 1D, B8 and AC. RGB value is (29,184,172). Sum of RGB (Red+Green+Blue) = 29+184+172=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB8AC is #E24753. Grayscale: #888888. Windows color (decimal): -14829396 or 11319325. OLE color: 11319325.
HSL color Cylindrical-coordinate representation of color #1DB8AC: hue angle of 175.35º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB8AC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 172 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.28 |
| HSL | 175.35º | 0.73% | 0.42% | - |
| HSV(B) | 175.35º | 0.84% | 0.72% | - |
| XYZ | 25.09 | 37.52 | 44.95 | - |
| YUV | 136.29 | 148.15 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 172 | 0.84 | 0 | 0.07 | 0.28 | 175.35 | 0.73 | 0.42 |
| Hex | 1D | B8 | AC | 54 | 0 | 7 | 1C | AF | 49 | 2A |
| Octal | 35 | 270 | 254 | 124 | 0 | 7 | 34 | 257 | 111 | 52 |
| Binary | 11101 | 10111000 | 10101100 | 1010100 | 0 | 111 | 11100 | 10101111 | 1001001 | 101010 |
Color Harmonies of #1DB8AC
Complementary color
Monochromatic Colors of #1DB8AC
Black with #1DB8AC
Text Example
Text Example
White with #1DB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB8AC; }
p { color: rgb(29,184,172); }
H1.HeaderClassName
{
color: #1DB8AC;
}
.AnyTagClassName
{
color: #1DB8AC;
}
</style>
background-color css
<style>
a { background-color: #1DB8AC; }
a { background-color: rgb(29,184,172); }
div.DivClassName
{
background-color: #1DB8AC;
}
.BgClassName
{
background-color: #1DB8AC;
}
</style>
border-color css
<style>
span { border-color: #1DB8AC; }
span { border-color: rgb(29,184,172); }
td.TdClassName
{
border-color: #1DB8AC;
}
.TagClassName
{
border-color: #1DB8AC;
}
</style>