Shades of Light Sea Green #1AAA9E
Tints of Light Sea Green #1AAA9E
RGB
CMYK
RGB Variations
Color information
#1AAA9E (or 0x1AAA9E) is known color: Light Sea Green. HEX triplet: 1A, AA and 9E. RGB value is (26,170,158). Sum of RGB (Red+Green+Blue) = 26+170+158=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA9E is #E55561. Grayscale: #7D7D7D. Windows color (decimal): -15029602 or 10398234. OLE color: 10398234.
HSL color Cylindrical-coordinate representation of color #1AAA9E: hue angle of 175º 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 #1AAA9E is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 158 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.33 |
| HSL | 175º | 0.73% | 0.38% | - |
| HSV(B) | 175º | 0.85% | 0.67% | - |
| XYZ | 20.97 | 31.44 | 37.31 | - |
| YUV | 125.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 158 | 0.85 | 0 | 0.07 | 0.33 | 175 | 0.73 | 0.38 |
| Hex | 1A | AA | 9E | 55 | 0 | 7 | 21 | AF | 49 | 26 |
| Octal | 32 | 252 | 236 | 125 | 0 | 7 | 41 | 257 | 111 | 46 |
| Binary | 11010 | 10101010 | 10011110 | 1010101 | 0 | 111 | 100001 | 10101111 | 1001001 | 100110 |
Color Harmonies of #1AAA9E
Complementary color
Monochromatic Colors of #1AAA9E
Black with #1AAA9E
Text Example
Text Example
White with #1AAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA9E; }
p { color: rgb(26,170,158); }
H1.HeaderClassName
{
color: #1AAA9E;
}
.AnyTagClassName
{
color: #1AAA9E;
}
</style>
background-color css
<style>
a { background-color: #1AAA9E; }
a { background-color: rgb(26,170,158); }
div.DivClassName
{
background-color: #1AAA9E;
}
.BgClassName
{
background-color: #1AAA9E;
}
</style>
border-color css
<style>
span { border-color: #1AAA9E; }
span { border-color: rgb(26,170,158); }
td.TdClassName
{
border-color: #1AAA9E;
}
.TagClassName
{
border-color: #1AAA9E;
}
</style>