Shades of Light Sea Green #1DAA9F
Tints of Light Sea Green #1DAA9F
RGB
CMYK
RGB Variations
Color information
#1DAA9F (or 0x1DAA9F) is known color: Light Sea Green. HEX triplet: 1D, AA and 9F. RGB value is (29,170,159). Sum of RGB (Red+Green+Blue) = 29+170+159=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAA9F is #E25560. Grayscale: #7E7E7E. Windows color (decimal): -14832993 or 10463773. OLE color: 10463773.
HSL color Cylindrical-coordinate representation of color #1DAA9F: hue angle of 175.32º 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 #1DAA9F is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 159 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.33 |
| HSL | 175.32º | 0.71% | 0.39% | - |
| HSV(B) | 175.32º | 0.83% | 0.67% | - |
| XYZ | 21.14 | 31.51 | 37.77 | - |
| YUV | 126.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 159 | 0.83 | 0 | 0.06 | 0.33 | 175.32 | 0.71 | 0.39 |
| Hex | 1D | AA | 9F | 53 | 0 | 6 | 21 | AF | 47 | 27 |
| Octal | 35 | 252 | 237 | 123 | 0 | 6 | 41 | 257 | 107 | 47 |
| Binary | 11101 | 10101010 | 10011111 | 1010011 | 0 | 110 | 100001 | 10101111 | 1000111 | 100111 |
Color Harmonies of #1DAA9F
Complementary color
Monochromatic Colors of #1DAA9F
Black with #1DAA9F
Text Example
Text Example
White with #1DAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA9F; }
p { color: rgb(29,170,159); }
H1.HeaderClassName
{
color: #1DAA9F;
}
.AnyTagClassName
{
color: #1DAA9F;
}
</style>
background-color css
<style>
a { background-color: #1DAA9F; }
a { background-color: rgb(29,170,159); }
div.DivClassName
{
background-color: #1DAA9F;
}
.BgClassName
{
background-color: #1DAA9F;
}
</style>
border-color css
<style>
span { border-color: #1DAA9F; }
span { border-color: rgb(29,170,159); }
td.TdClassName
{
border-color: #1DAA9F;
}
.TagClassName
{
border-color: #1DAA9F;
}
</style>