Shades of Light Sea Green #1AAA9D
Tints of Light Sea Green #1AAA9D
RGB
CMYK
RGB Variations
Color information
#1AAA9D (or 0x1AAA9D) is known color: Light Sea Green. HEX triplet: 1A, AA and 9D. RGB value is (26,170,157). Sum of RGB (Red+Green+Blue) = 26+170+157=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA9D is #E55562. Grayscale: #7D7D7D. Windows color (decimal): -15029603 or 10332698. OLE color: 10332698.
HSL color Cylindrical-coordinate representation of color #1AAA9D: hue angle of 174.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA9D is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 157 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.33 |
| HSL | 174.58º | 0.73% | 0.38% | - |
| HSV(B) | 174.58º | 0.85% | 0.67% | - |
| XYZ | 20.89 | 31.4 | 36.86 | - |
| YUV | 125.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 157 | 0.85 | 0 | 0.08 | 0.33 | 174.58 | 0.73 | 0.38 |
| Hex | 1A | AA | 9D | 55 | 0 | 8 | 21 | AF | 49 | 26 |
| Octal | 32 | 252 | 235 | 125 | 0 | 10 | 41 | 257 | 111 | 46 |
| Binary | 11010 | 10101010 | 10011101 | 1010101 | 0 | 1000 | 100001 | 10101111 | 1001001 | 100110 |
Color Harmonies of #1AAA9D
Complementary color
Monochromatic Colors of #1AAA9D
Black with #1AAA9D
Text Example
Text Example
White with #1AAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA9D; }
p { color: rgb(26,170,157); }
H1.HeaderClassName
{
color: #1AAA9D;
}
.AnyTagClassName
{
color: #1AAA9D;
}
</style>
background-color css
<style>
a { background-color: #1AAA9D; }
a { background-color: rgb(26,170,157); }
div.DivClassName
{
background-color: #1AAA9D;
}
.BgClassName
{
background-color: #1AAA9D;
}
</style>
border-color css
<style>
span { border-color: #1AAA9D; }
span { border-color: rgb(26,170,157); }
td.TdClassName
{
border-color: #1AAA9D;
}
.TagClassName
{
border-color: #1AAA9D;
}
</style>