Shades of Light Sea Green #1DB4AC
Tints of Light Sea Green #1DB4AC
RGB
CMYK
RGB Variations
Color information
#1DB4AC (or 0x1DB4AC) is known color: Light Sea Green. HEX triplet: 1D, B4 and AC. RGB value is (29,180,172). Sum of RGB (Red+Green+Blue) = 29+180+172=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB4AC is #E24B53. Grayscale: #858585. Windows color (decimal): -14830420 or 11318301. OLE color: 11318301.
HSL color Cylindrical-coordinate representation of color #1DB4AC: hue angle of 176.82º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB4AC is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 172 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.29 |
| HSL | 176.82º | 0.72% | 0.41% | - |
| HSV(B) | 176.82º | 0.84% | 0.71% | - |
| XYZ | 24.27 | 35.88 | 44.68 | - |
| YUV | 133.94 | 149.47 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 172 | 0.84 | 0 | 0.04 | 0.29 | 176.82 | 0.72 | 0.41 |
| Hex | 1D | B4 | AC | 54 | 0 | 4 | 1D | B1 | 48 | 29 |
| Octal | 35 | 264 | 254 | 124 | 0 | 4 | 35 | 261 | 110 | 51 |
| Binary | 11101 | 10110100 | 10101100 | 1010100 | 0 | 100 | 11101 | 10110001 | 1001000 | 101001 |
Color Harmonies of #1DB4AC
Complementary color
Monochromatic Colors of #1DB4AC
Black with #1DB4AC
Text Example
Text Example
White with #1DB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB4AC; }
p { color: rgb(29,180,172); }
H1.HeaderClassName
{
color: #1DB4AC;
}
.AnyTagClassName
{
color: #1DB4AC;
}
</style>
background-color css
<style>
a { background-color: #1DB4AC; }
a { background-color: rgb(29,180,172); }
div.DivClassName
{
background-color: #1DB4AC;
}
.BgClassName
{
background-color: #1DB4AC;
}
</style>
border-color css
<style>
span { border-color: #1DB4AC; }
span { border-color: rgb(29,180,172); }
td.TdClassName
{
border-color: #1DB4AC;
}
.TagClassName
{
border-color: #1DB4AC;
}
</style>