Shades of Light Sea Green #1AAA9F
Tints of Light Sea Green #1AAA9F
RGB
CMYK
RGB Variations
Color information
#1AAA9F (or 0x1AAA9F) is known color: Light Sea Green. HEX triplet: 1A, AA and 9F. RGB value is (26,170,159). Sum of RGB (Red+Green+Blue) = 26+170+159=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA9F is #E55560. Grayscale: #7D7D7D. Windows color (decimal): -15029601 or 10463770. OLE color: 10463770.
HSL color Cylindrical-coordinate representation of color #1AAA9F: hue angle of 175.42º 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 #1AAA9F is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 159 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.33 |
| HSL | 175.42º | 0.73% | 0.38% | - |
| HSV(B) | 175.42º | 0.85% | 0.67% | - |
| XYZ | 21.06 | 31.47 | 37.77 | - |
| YUV | 125.69 | 146.79 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 159 | 0.85 | 0 | 0.06 | 0.33 | 175.42 | 0.73 | 0.38 |
| Hex | 1A | AA | 9F | 55 | 0 | 6 | 21 | AF | 49 | 26 |
| Octal | 32 | 252 | 237 | 125 | 0 | 6 | 41 | 257 | 111 | 46 |
| Binary | 11010 | 10101010 | 10011111 | 1010101 | 0 | 110 | 100001 | 10101111 | 1001001 | 100110 |
Color Harmonies of #1AAA9F
Complementary color
Monochromatic Colors of #1AAA9F
Black with #1AAA9F
Text Example
Text Example
White with #1AAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA9F; }
p { color: rgb(26,170,159); }
H1.HeaderClassName
{
color: #1AAA9F;
}
.AnyTagClassName
{
color: #1AAA9F;
}
</style>
background-color css
<style>
a { background-color: #1AAA9F; }
a { background-color: rgb(26,170,159); }
div.DivClassName
{
background-color: #1AAA9F;
}
.BgClassName
{
background-color: #1AAA9F;
}
</style>
border-color css
<style>
span { border-color: #1AAA9F; }
span { border-color: rgb(26,170,159); }
td.TdClassName
{
border-color: #1AAA9F;
}
.TagClassName
{
border-color: #1AAA9F;
}
</style>