Shades of Light Sea Green #1AA8AC
Tints of Light Sea Green #1AA8AC
RGB
CMYK
RGB Variations
Color information
#1AA8AC (or 0x1AA8AC) is known color: Light Sea Green. HEX triplet: 1A, A8 and AC. RGB value is (26,168,172). Sum of RGB (Red+Green+Blue) = 26+168+172=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #1AA8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA8AC is #E55753. Grayscale: #7D7D7D. Windows color (decimal): -15030100 or 11315226. OLE color: 11315226.
HSL color Cylindrical-coordinate representation of color #1AA8AC: hue angle of 181.64º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA8AC is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 168 | 172 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.33 |
| HSL | 181.64º | 0.74% | 0.39% | - |
| HSV(B) | 181.64º | 0.85% | 0.67% | - |
| XYZ | 21.88 | 31.2 | 43.9 | - |
| YUV | 126 | 153.96 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 172 | 0.85 | 0.02 | 0 | 0.33 | 181.64 | 0.74 | 0.39 |
| Hex | 1A | A8 | AC | 55 | 2 | 0 | 21 | B6 | 4A | 27 |
| Octal | 32 | 250 | 254 | 125 | 2 | 0 | 41 | 266 | 112 | 47 |
| Binary | 11010 | 10101000 | 10101100 | 1010101 | 10 | 0 | 100001 | 10110110 | 1001010 | 100111 |
Color Harmonies of #1AA8AC
Complementary color
Monochromatic Colors of #1AA8AC
Black with #1AA8AC
Text Example
Text Example
White with #1AA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA8AC; }
p { color: rgb(26,168,172); }
H1.HeaderClassName
{
color: #1AA8AC;
}
.AnyTagClassName
{
color: #1AA8AC;
}
</style>
background-color css
<style>
a { background-color: #1AA8AC; }
a { background-color: rgb(26,168,172); }
div.DivClassName
{
background-color: #1AA8AC;
}
.BgClassName
{
background-color: #1AA8AC;
}
</style>
border-color css
<style>
span { border-color: #1AA8AC; }
span { border-color: rgb(26,168,172); }
td.TdClassName
{
border-color: #1AA8AC;
}
.TagClassName
{
border-color: #1AA8AC;
}
</style>