Shades of Light Sea Green #1AA99D
Tints of Light Sea Green #1AA99D
RGB
CMYK
RGB Variations
Color information
#1AA99D (or 0x1AA99D) is known color: Light Sea Green. HEX triplet: 1A, A9 and 9D. RGB value is (26,169,157). Sum of RGB (Red+Green+Blue) = 26+169+157=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA99D is #E55662. Grayscale: #7C7C7C. Windows color (decimal): -15029859 or 10332442. OLE color: 10332442.
HSL color Cylindrical-coordinate representation of color #1AA99D: hue angle of 174.97º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AA99D is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 169 | 157 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.34 |
| HSL | 174.97º | 0.73% | 0.38% | - |
| HSV(B) | 174.97º | 0.85% | 0.66% | - |
| XYZ | 20.7 | 31.03 | 36.8 | - |
| YUV | 124.88 | 146.12 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 169 | 157 | 0.85 | 0 | 0.07 | 0.34 | 174.97 | 0.73 | 0.38 |
| Hex | 1A | A9 | 9D | 55 | 0 | 7 | 22 | AF | 49 | 26 |
| Octal | 32 | 251 | 235 | 125 | 0 | 7 | 42 | 257 | 111 | 46 |
| Binary | 11010 | 10101001 | 10011101 | 1010101 | 0 | 111 | 100010 | 10101111 | 1001001 | 100110 |
Color Harmonies of #1AA99D
Complementary color
Monochromatic Colors of #1AA99D
Black with #1AA99D
Text Example
Text Example
White with #1AA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA99D; }
p { color: rgb(26,169,157); }
H1.HeaderClassName
{
color: #1AA99D;
}
.AnyTagClassName
{
color: #1AA99D;
}
</style>
background-color css
<style>
a { background-color: #1AA99D; }
a { background-color: rgb(26,169,157); }
div.DivClassName
{
background-color: #1AA99D;
}
.BgClassName
{
background-color: #1AA99D;
}
</style>
border-color css
<style>
span { border-color: #1AA99D; }
span { border-color: rgb(26,169,157); }
td.TdClassName
{
border-color: #1AA99D;
}
.TagClassName
{
border-color: #1AA99D;
}
</style>