Shades of Light Sea Green #1DAD9F
Tints of Light Sea Green #1DAD9F
RGB
CMYK
RGB Variations
Color information
#1DAD9F (or 0x1DAD9F) is known color: Light Sea Green. HEX triplet: 1D, AD and 9F. RGB value is (29,173,159). Sum of RGB (Red+Green+Blue) = 29+173+159=361 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.03% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD9F is #E25260. Grayscale: #808080. Windows color (decimal): -14832225 or 10464541. OLE color: 10464541.
HSL color Cylindrical-coordinate representation of color #1DAD9F: hue angle of 174.17º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAD9F is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 173 | 159 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.32 |
| HSL | 174.17º | 0.71% | 0.4% | - |
| HSV(B) | 174.17º | 0.83% | 0.68% | - |
| XYZ | 21.71 | 32.65 | 37.96 | - |
| YUV | 128.35 | 145.29 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 173 | 159 | 0.83 | 0 | 0.08 | 0.32 | 174.17 | 0.71 | 0.4 |
| Hex | 1D | AD | 9F | 53 | 0 | 8 | 20 | AE | 47 | 28 |
| Octal | 35 | 255 | 237 | 123 | 0 | 10 | 40 | 256 | 107 | 50 |
| Binary | 11101 | 10101101 | 10011111 | 1010011 | 0 | 1000 | 100000 | 10101110 | 1000111 | 101000 |
Color Harmonies of #1DAD9F
Complementary color
Monochromatic Colors of #1DAD9F
Black with #1DAD9F
Text Example
Text Example
White with #1DAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAD9F; }
p { color: rgb(29,173,159); }
H1.HeaderClassName
{
color: #1DAD9F;
}
.AnyTagClassName
{
color: #1DAD9F;
}
</style>
background-color css
<style>
a { background-color: #1DAD9F; }
a { background-color: rgb(29,173,159); }
div.DivClassName
{
background-color: #1DAD9F;
}
.BgClassName
{
background-color: #1DAD9F;
}
</style>
border-color css
<style>
span { border-color: #1DAD9F; }
span { border-color: rgb(29,173,159); }
td.TdClassName
{
border-color: #1DAD9F;
}
.TagClassName
{
border-color: #1DAD9F;
}
</style>