Shades of Light Sea Green #1DAA9C
Tints of Light Sea Green #1DAA9C
RGB
CMYK
RGB Variations
Color information
#1DAA9C (or 0x1DAA9C) is known color: Light Sea Green. HEX triplet: 1D, AA and 9C. RGB value is (29,170,156). Sum of RGB (Red+Green+Blue) = 29+170+156=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAA9C is #E25563. Grayscale: #7E7E7E. Windows color (decimal): -14832996 or 10267165. OLE color: 10267165.
HSL color Cylindrical-coordinate representation of color #1DAA9C: hue angle of 174.04º 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 #1DAA9C is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 156 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.33 |
| HSL | 174.04º | 0.71% | 0.39% | - |
| HSV(B) | 174.04º | 0.83% | 0.67% | - |
| XYZ | 20.88 | 31.41 | 36.41 | - |
| YUV | 126.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 156 | 0.83 | 0 | 0.08 | 0.33 | 174.04 | 0.71 | 0.39 |
| Hex | 1D | AA | 9C | 53 | 0 | 8 | 21 | AE | 47 | 27 |
| Octal | 35 | 252 | 234 | 123 | 0 | 10 | 41 | 256 | 107 | 47 |
| Binary | 11101 | 10101010 | 10011100 | 1010011 | 0 | 1000 | 100001 | 10101110 | 1000111 | 100111 |
Color Harmonies of #1DAA9C
Complementary color
Monochromatic Colors of #1DAA9C
Black with #1DAA9C
Text Example
Text Example
White with #1DAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA9C; }
p { color: rgb(29,170,156); }
H1.HeaderClassName
{
color: #1DAA9C;
}
.AnyTagClassName
{
color: #1DAA9C;
}
</style>
background-color css
<style>
a { background-color: #1DAA9C; }
a { background-color: rgb(29,170,156); }
div.DivClassName
{
background-color: #1DAA9C;
}
.BgClassName
{
background-color: #1DAA9C;
}
</style>
border-color css
<style>
span { border-color: #1DAA9C; }
span { border-color: rgb(29,170,156); }
td.TdClassName
{
border-color: #1DAA9C;
}
.TagClassName
{
border-color: #1DAA9C;
}
</style>