Shades of Light Sea Green #1DB1AC
Tints of Light Sea Green #1DB1AC
RGB
CMYK
RGB Variations
Color information
#1DB1AC (or 0x1DB1AC) is known color: Light Sea Green. HEX triplet: 1D, B1 and AC. RGB value is (29,177,172). Sum of RGB (Red+Green+Blue) = 29+177+172=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB1AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DB1AC is #E24E53. Grayscale: #848484. Windows color (decimal): -14831188 or 11317533. OLE color: 11317533.
HSL color Cylindrical-coordinate representation of color #1DB1AC: hue angle of 177.97º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB1AC is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 172 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.31 |
| HSL | 177.97º | 0.72% | 0.4% | - |
| HSV(B) | 177.97º | 0.84% | 0.69% | - |
| XYZ | 23.68 | 34.68 | 44.48 | - |
| YUV | 132.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 172 | 0.84 | 0 | 0.03 | 0.31 | 177.97 | 0.72 | 0.4 |
| Hex | 1D | B1 | AC | 54 | 0 | 3 | 1F | B2 | 48 | 28 |
| Octal | 35 | 261 | 254 | 124 | 0 | 3 | 37 | 262 | 110 | 50 |
| Binary | 11101 | 10110001 | 10101100 | 1010100 | 0 | 11 | 11111 | 10110010 | 1001000 | 101000 |
Color Harmonies of #1DB1AC
Complementary color
Monochromatic Colors of #1DB1AC
Black with #1DB1AC
Text Example
Text Example
White with #1DB1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB1AC; }
p { color: rgb(29,177,172); }
H1.HeaderClassName
{
color: #1DB1AC;
}
.AnyTagClassName
{
color: #1DB1AC;
}
</style>
background-color css
<style>
a { background-color: #1DB1AC; }
a { background-color: rgb(29,177,172); }
div.DivClassName
{
background-color: #1DB1AC;
}
.BgClassName
{
background-color: #1DB1AC;
}
</style>
border-color css
<style>
span { border-color: #1DB1AC; }
span { border-color: rgb(29,177,172); }
td.TdClassName
{
border-color: #1DB1AC;
}
.TagClassName
{
border-color: #1DB1AC;
}
</style>