Shades of Light Sea Green #1AAAA8
Tints of Light Sea Green #1AAAA8
RGB
CMYK
RGB Variations
Color information
#1AAAA8 (or 0x1AAAA8) is known color: Light Sea Green. HEX triplet: 1A, AA and A8. RGB value is (26,170,168). Sum of RGB (Red+Green+Blue) = 26+170+168=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAAA8 is #E55557. Grayscale: #7E7E7E. Windows color (decimal): -15029592 or 11053594. OLE color: 11053594.
HSL color Cylindrical-coordinate representation of color #1AAAA8: hue angle of 179.17º 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 #1AAAA8 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 168 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.33 |
| HSL | 179.17º | 0.73% | 0.38% | - |
| HSV(B) | 179.17º | 0.85% | 0.67% | - |
| XYZ | 21.87 | 31.8 | 42.03 | - |
| YUV | 126.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 168 | 0.85 | 0 | 0.01 | 0.33 | 179.17 | 0.73 | 0.38 |
| Hex | 1A | AA | A8 | 55 | 0 | 1 | 21 | B3 | 49 | 26 |
| Octal | 32 | 252 | 250 | 125 | 0 | 1 | 41 | 263 | 111 | 46 |
| Binary | 11010 | 10101010 | 10101000 | 1010101 | 0 | 1 | 100001 | 10110011 | 1001001 | 100110 |
Color Harmonies of #1AAAA8
Complementary color
Monochromatic Colors of #1AAAA8
Black with #1AAAA8
Text Example
Text Example
White with #1AAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAA8; }
p { color: rgb(26,170,168); }
H1.HeaderClassName
{
color: #1AAAA8;
}
.AnyTagClassName
{
color: #1AAAA8;
}
</style>
background-color css
<style>
a { background-color: #1AAAA8; }
a { background-color: rgb(26,170,168); }
div.DivClassName
{
background-color: #1AAAA8;
}
.BgClassName
{
background-color: #1AAAA8;
}
</style>
border-color css
<style>
span { border-color: #1AAAA8; }
span { border-color: rgb(26,170,168); }
td.TdClassName
{
border-color: #1AAAA8;
}
.TagClassName
{
border-color: #1AAAA8;
}
</style>