Shades of Light Sea Green #1DA9AD
Tints of Light Sea Green #1DA9AD
RGB
CMYK
RGB Variations
Color information
#1DA9AD (or 0x1DA9AD) is known color: Light Sea Green. HEX triplet: 1D, A9 and AD. RGB value is (29,169,173). Sum of RGB (Red+Green+Blue) = 29+169+173=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #1DA9AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA9AD is #E25652. Grayscale: #7F7F7F. Windows color (decimal): -14833235 or 11381021. OLE color: 11381021.
HSL color Cylindrical-coordinate representation of color #1DA9AD: hue angle of 181.67º 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 #1DA9AD is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 169 | 173 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.32 |
| HSL | 181.67º | 0.71% | 0.4% | - |
| HSV(B) | 181.67º | 0.83% | 0.68% | - |
| XYZ | 22.24 | 31.65 | 44.47 | - |
| YUV | 127.6 | 153.62 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 169 | 173 | 0.83 | 0.02 | 0 | 0.32 | 181.67 | 0.71 | 0.4 |
| Hex | 1D | A9 | AD | 53 | 2 | 0 | 20 | B6 | 47 | 28 |
| Octal | 35 | 251 | 255 | 123 | 2 | 0 | 40 | 266 | 107 | 50 |
| Binary | 11101 | 10101001 | 10101101 | 1010011 | 10 | 0 | 100000 | 10110110 | 1000111 | 101000 |
Color Harmonies of #1DA9AD
Complementary color
Monochromatic Colors of #1DA9AD
Black with #1DA9AD
Text Example
Text Example
White with #1DA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA9AD; }
p { color: rgb(29,169,173); }
H1.HeaderClassName
{
color: #1DA9AD;
}
.AnyTagClassName
{
color: #1DA9AD;
}
</style>
background-color css
<style>
a { background-color: #1DA9AD; }
a { background-color: rgb(29,169,173); }
div.DivClassName
{
background-color: #1DA9AD;
}
.BgClassName
{
background-color: #1DA9AD;
}
</style>
border-color css
<style>
span { border-color: #1DA9AD; }
span { border-color: rgb(29,169,173); }
td.TdClassName
{
border-color: #1DA9AD;
}
.TagClassName
{
border-color: #1DA9AD;
}
</style>