Shades of Light Sea Green #1AB9A0
Tints of Light Sea Green #1AB9A0
RGB
CMYK
RGB Variations
Color information
#1AB9A0 (or 0x1AB9A0) is known color: Light Sea Green. HEX triplet: 1A, B9 and A0. RGB value is (26,185,160). Sum of RGB (Red+Green+Blue) = 26+185+160=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB9A0 is #E5465F. Grayscale: #868686. Windows color (decimal): -15025760 or 10533146. OLE color: 10533146.
HSL color Cylindrical-coordinate representation of color #1AB9A0: hue angle of 170.57º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB9A0 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 160 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.27 |
| HSL | 170.57º | 0.75% | 0.41% | - |
| HSV(B) | 170.57º | 0.86% | 0.73% | - |
| XYZ | 24.12 | 37.46 | 39.22 | - |
| YUV | 134.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 160 | 0.86 | 0 | 0.14 | 0.27 | 170.57 | 0.75 | 0.41 |
| Hex | 1A | B9 | A0 | 56 | 0 | E | 1B | AB | 4B | 29 |
| Octal | 32 | 271 | 240 | 126 | 0 | 16 | 33 | 253 | 113 | 51 |
| Binary | 11010 | 10111001 | 10100000 | 1010110 | 0 | 1110 | 11011 | 10101011 | 1001011 | 101001 |
Color Harmonies of #1AB9A0
Complementary color
Monochromatic Colors of #1AB9A0
Black with #1AB9A0
Text Example
Text Example
White with #1AB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9A0; }
p { color: rgb(26,185,160); }
H1.HeaderClassName
{
color: #1AB9A0;
}
.AnyTagClassName
{
color: #1AB9A0;
}
</style>
background-color css
<style>
a { background-color: #1AB9A0; }
a { background-color: rgb(26,185,160); }
div.DivClassName
{
background-color: #1AB9A0;
}
.BgClassName
{
background-color: #1AB9A0;
}
</style>
border-color css
<style>
span { border-color: #1AB9A0; }
span { border-color: rgb(26,185,160); }
td.TdClassName
{
border-color: #1AB9A0;
}
.TagClassName
{
border-color: #1AB9A0;
}
</style>