Shades of Light Sea Green #1AAAA3
Tints of Light Sea Green #1AAAA3
RGB
CMYK
RGB Variations
Color information
#1AAAA3 (or 0x1AAAA3) is known color: Light Sea Green. HEX triplet: 1A, AA and A3. RGB value is (26,170,163). Sum of RGB (Red+Green+Blue) = 26+170+163=359 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.24% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAAA3 is #E5555C. Grayscale: #7E7E7E. Windows color (decimal): -15029597 or 10725914. OLE color: 10725914.
HSL color Cylindrical-coordinate representation of color #1AAAA3: hue angle of 177.08º 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 #1AAAA3 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 163 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.33 |
| HSL | 177.08º | 0.73% | 0.38% | - |
| HSV(B) | 177.08º | 0.85% | 0.67% | - |
| XYZ | 21.41 | 31.61 | 39.62 | - |
| YUV | 126.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 163 | 0.85 | 0 | 0.04 | 0.33 | 177.08 | 0.73 | 0.38 |
| Hex | 1A | AA | A3 | 55 | 0 | 4 | 21 | B1 | 49 | 26 |
| Octal | 32 | 252 | 243 | 125 | 0 | 4 | 41 | 261 | 111 | 46 |
| Binary | 11010 | 10101010 | 10100011 | 1010101 | 0 | 100 | 100001 | 10110001 | 1001001 | 100110 |
Color Harmonies of #1AAAA3
Complementary color
Monochromatic Colors of #1AAAA3
Black with #1AAAA3
Text Example
Text Example
White with #1AAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAA3; }
p { color: rgb(26,170,163); }
H1.HeaderClassName
{
color: #1AAAA3;
}
.AnyTagClassName
{
color: #1AAAA3;
}
</style>
background-color css
<style>
a { background-color: #1AAAA3; }
a { background-color: rgb(26,170,163); }
div.DivClassName
{
background-color: #1AAAA3;
}
.BgClassName
{
background-color: #1AAAA3;
}
</style>
border-color css
<style>
span { border-color: #1AAAA3; }
span { border-color: rgb(26,170,163); }
td.TdClassName
{
border-color: #1AAAA3;
}
.TagClassName
{
border-color: #1AAAA3;
}
</style>