Shades of Light Sea Green #1DAA9A
Tints of Light Sea Green #1DAA9A
RGB
CMYK
RGB Variations
Color information
#1DAA9A (or 0x1DAA9A) is known color: Light Sea Green. HEX triplet: 1D, AA and 9A. RGB value is (29,170,154). Sum of RGB (Red+Green+Blue) = 29+170+154=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAA9A is #E25565. Grayscale: #7D7D7D. Windows color (decimal): -14832998 or 10136093. OLE color: 10136093.
HSL color Cylindrical-coordinate representation of color #1DAA9A: hue angle of 173.19º 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 #1DAA9A is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 170 | 154 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.33 |
| HSL | 173.19º | 0.71% | 0.39% | - |
| HSV(B) | 173.19º | 0.83% | 0.67% | - |
| XYZ | 20.71 | 31.34 | 35.53 | - |
| YUV | 126.02 | 143.79 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 170 | 154 | 0.83 | 0 | 0.09 | 0.33 | 173.19 | 0.71 | 0.39 |
| Hex | 1D | AA | 9A | 53 | 0 | 9 | 21 | AD | 47 | 27 |
| Octal | 35 | 252 | 232 | 123 | 0 | 11 | 41 | 255 | 107 | 47 |
| Binary | 11101 | 10101010 | 10011010 | 1010011 | 0 | 1001 | 100001 | 10101101 | 1000111 | 100111 |
Color Harmonies of #1DAA9A
Complementary color
Monochromatic Colors of #1DAA9A
Black with #1DAA9A
Text Example
Text Example
White with #1DAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DAA9A; }
p { color: rgb(29,170,154); }
H1.HeaderClassName
{
color: #1DAA9A;
}
.AnyTagClassName
{
color: #1DAA9A;
}
</style>
background-color css
<style>
a { background-color: #1DAA9A; }
a { background-color: rgb(29,170,154); }
div.DivClassName
{
background-color: #1DAA9A;
}
.BgClassName
{
background-color: #1DAA9A;
}
</style>
border-color css
<style>
span { border-color: #1DAA9A; }
span { border-color: rgb(29,170,154); }
td.TdClassName
{
border-color: #1DAA9A;
}
.TagClassName
{
border-color: #1DAA9A;
}
</style>