Shades of Light Sea Green #1AAFA9
Tints of Light Sea Green #1AAFA9
RGB
CMYK
RGB Variations
Color information
#1AAFA9 (or 0x1AAFA9) is known color: Light Sea Green. HEX triplet: 1A, AF and A9. RGB value is (26,175,169). Sum of RGB (Red+Green+Blue) = 26+175+169=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAFA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAFA9 is #E55056. Grayscale: #818181. Windows color (decimal): -15028311 or 11120410. OLE color: 11120410.
HSL color Cylindrical-coordinate representation of color #1AAFA9: hue angle of 177.58º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAFA9 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 169 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.31 |
| HSL | 177.58º | 0.74% | 0.39% | - |
| HSV(B) | 177.58º | 0.85% | 0.69% | - |
| XYZ | 22.92 | 33.74 | 42.84 | - |
| YUV | 129.77 | 150.14 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 169 | 0.85 | 0 | 0.03 | 0.31 | 177.58 | 0.74 | 0.39 |
| Hex | 1A | AF | A9 | 55 | 0 | 3 | 1F | B2 | 4A | 27 |
| Octal | 32 | 257 | 251 | 125 | 0 | 3 | 37 | 262 | 112 | 47 |
| Binary | 11010 | 10101111 | 10101001 | 1010101 | 0 | 11 | 11111 | 10110010 | 1001010 | 100111 |
Color Harmonies of #1AAFA9
Complementary color
Monochromatic Colors of #1AAFA9
Black with #1AAFA9
Text Example
Text Example
White with #1AAFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFA9; }
p { color: rgb(26,175,169); }
H1.HeaderClassName
{
color: #1AAFA9;
}
.AnyTagClassName
{
color: #1AAFA9;
}
</style>
background-color css
<style>
a { background-color: #1AAFA9; }
a { background-color: rgb(26,175,169); }
div.DivClassName
{
background-color: #1AAFA9;
}
.BgClassName
{
background-color: #1AAFA9;
}
</style>
border-color css
<style>
span { border-color: #1AAFA9; }
span { border-color: rgb(26,175,169); }
td.TdClassName
{
border-color: #1AAFA9;
}
.TagClassName
{
border-color: #1AAFA9;
}
</style>