Shades of Light Sea Green #1AAAA1
Tints of Light Sea Green #1AAAA1
RGB
CMYK
RGB Variations
Color information
#1AAAA1 (or 0x1AAAA1) is known color: Light Sea Green. HEX triplet: 1A, AA and A1. RGB value is (26,170,161). Sum of RGB (Red+Green+Blue) = 26+170+161=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAAA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAAA1 is #E5555E. Grayscale: #7D7D7D. Windows color (decimal): -15029599 or 10594842. OLE color: 10594842.
HSL color Cylindrical-coordinate representation of color #1AAAA1: hue angle of 176.25º 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 #1AAAA1 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 161 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.33 |
| HSL | 176.25º | 0.73% | 0.38% | - |
| HSV(B) | 176.25º | 0.85% | 0.67% | - |
| XYZ | 21.23 | 31.54 | 38.69 | - |
| YUV | 125.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 161 | 0.85 | 0 | 0.05 | 0.33 | 176.25 | 0.73 | 0.38 |
| Hex | 1A | AA | A1 | 55 | 0 | 5 | 21 | B0 | 49 | 26 |
| Octal | 32 | 252 | 241 | 125 | 0 | 5 | 41 | 260 | 111 | 46 |
| Binary | 11010 | 10101010 | 10100001 | 1010101 | 0 | 101 | 100001 | 10110000 | 1001001 | 100110 |
Color Harmonies of #1AAAA1
Complementary color
Monochromatic Colors of #1AAAA1
Black with #1AAAA1
Text Example
Text Example
White with #1AAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAA1; }
p { color: rgb(26,170,161); }
H1.HeaderClassName
{
color: #1AAAA1;
}
.AnyTagClassName
{
color: #1AAAA1;
}
</style>
background-color css
<style>
a { background-color: #1AAAA1; }
a { background-color: rgb(26,170,161); }
div.DivClassName
{
background-color: #1AAAA1;
}
.BgClassName
{
background-color: #1AAAA1;
}
</style>
border-color css
<style>
span { border-color: #1AAAA1; }
span { border-color: rgb(26,170,161); }
td.TdClassName
{
border-color: #1AAAA1;
}
.TagClassName
{
border-color: #1AAAA1;
}
</style>