Shades of Light Sea Green #1DAC9F
Tints of Light Sea Green #1DAC9F
RGB
CMYK
RGB Variations
Color information
#1DAC9F (or 0x1DAC9F) is known color: Light Sea Green. HEX triplet: 1D, AC and 9F. RGB value is (29,172,159). Sum of RGB (Red+Green+Blue) = 29+172+159=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAC9F is #E25360. Grayscale: #7F7F7F. Windows color (decimal): -14832481 or 10464285. OLE color: 10464285.
HSL color Cylindrical-coordinate representation of color #1DAC9F: hue angle of 174.55º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAC9F is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 172 | 159 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.33 |
| HSL | 174.55º | 0.71% | 0.39% | - |
| HSV(B) | 174.55º | 0.83% | 0.67% | - |
| XYZ | 21.52 | 32.27 | 37.9 | - |
| YUV | 127.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 159 | 0.83 | 0 | 0.08 | 0.33 | 174.55 | 0.71 | 0.39 |
| Hex | 1D | AC | 9F | 53 | 0 | 8 | 21 | AF | 47 | 27 |
| Octal | 35 | 254 | 237 | 123 | 0 | 10 | 41 | 257 | 107 | 47 |
| Binary | 11101 | 10101100 | 10011111 | 1010011 | 0 | 1000 | 100001 | 10101111 | 1000111 | 100111 |
Color Harmonies of #1DAC9F
Complementary color
Monochromatic Colors of #1DAC9F
Black with #1DAC9F
Text Example
Text Example
White with #1DAC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAC9F; }
p { color: rgb(29,172,159); }
H1.HeaderClassName
{
color: #1DAC9F;
}
.AnyTagClassName
{
color: #1DAC9F;
}
</style>
background-color css
<style>
a { background-color: #1DAC9F; }
a { background-color: rgb(29,172,159); }
div.DivClassName
{
background-color: #1DAC9F;
}
.BgClassName
{
background-color: #1DAC9F;
}
</style>
border-color css
<style>
span { border-color: #1DAC9F; }
span { border-color: rgb(29,172,159); }
td.TdClassName
{
border-color: #1DAC9F;
}
.TagClassName
{
border-color: #1DAC9F;
}
</style>