Shades of Light Sea Green #1DB7AC
Tints of Light Sea Green #1DB7AC
RGB
CMYK
RGB Variations
Color information
#1DB7AC (or 0x1DB7AC) is known color: Light Sea Green. HEX triplet: 1D, B7 and AC. RGB value is (29,183,172). Sum of RGB (Red+Green+Blue) = 29+183+172=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB7AC is #E24853. Grayscale: #878787. Windows color (decimal): -14829652 or 11319069. OLE color: 11319069.
HSL color Cylindrical-coordinate representation of color #1DB7AC: hue angle of 175.71º 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 #1DB7AC is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 172 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.28 |
| HSL | 175.71º | 0.73% | 0.42% | - |
| HSV(B) | 175.71º | 0.84% | 0.72% | - |
| XYZ | 24.89 | 37.11 | 44.88 | - |
| YUV | 135.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 172 | 0.84 | 0 | 0.06 | 0.28 | 175.71 | 0.73 | 0.42 |
| Hex | 1D | B7 | AC | 54 | 0 | 6 | 1C | B0 | 49 | 2A |
| Octal | 35 | 267 | 254 | 124 | 0 | 6 | 34 | 260 | 111 | 52 |
| Binary | 11101 | 10110111 | 10101100 | 1010100 | 0 | 110 | 11100 | 10110000 | 1001001 | 101010 |
Color Harmonies of #1DB7AC
Complementary color
Monochromatic Colors of #1DB7AC
Black with #1DB7AC
Text Example
Text Example
White with #1DB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB7AC; }
p { color: rgb(29,183,172); }
H1.HeaderClassName
{
color: #1DB7AC;
}
.AnyTagClassName
{
color: #1DB7AC;
}
</style>
background-color css
<style>
a { background-color: #1DB7AC; }
a { background-color: rgb(29,183,172); }
div.DivClassName
{
background-color: #1DB7AC;
}
.BgClassName
{
background-color: #1DB7AC;
}
</style>
border-color css
<style>
span { border-color: #1DB7AC; }
span { border-color: rgb(29,183,172); }
td.TdClassName
{
border-color: #1DB7AC;
}
.TagClassName
{
border-color: #1DB7AC;
}
</style>