Shades of Light Sea Green #1AB9AF
Tints of Light Sea Green #1AB9AF
RGB
CMYK
RGB Variations
Color information
#1AB9AF (or 0x1AB9AF) is known color: Light Sea Green. HEX triplet: 1A, B9 and AF. RGB value is (26,185,175). Sum of RGB (Red+Green+Blue) = 26+185+175=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB9AF is #E54650. Grayscale: #888888. Windows color (decimal): -15025745 or 11516186. OLE color: 11516186.
HSL color Cylindrical-coordinate representation of color #1AB9AF: hue angle of 176.23º 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 #1AB9AF is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 175 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.27 |
| HSL | 176.23º | 0.75% | 0.41% | - |
| HSV(B) | 176.23º | 0.86% | 0.73% | - |
| XYZ | 25.51 | 38.01 | 46.55 | - |
| YUV | 136.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 175 | 0.86 | 0 | 0.05 | 0.27 | 176.23 | 0.75 | 0.41 |
| Hex | 1A | B9 | AF | 56 | 0 | 5 | 1B | B0 | 4B | 29 |
| Octal | 32 | 271 | 257 | 126 | 0 | 5 | 33 | 260 | 113 | 51 |
| Binary | 11010 | 10111001 | 10101111 | 1010110 | 0 | 101 | 11011 | 10110000 | 1001011 | 101001 |
Color Harmonies of #1AB9AF
Complementary color
Monochromatic Colors of #1AB9AF
Black with #1AB9AF
Text Example
Text Example
White with #1AB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB9AF; }
p { color: rgb(26,185,175); }
H1.HeaderClassName
{
color: #1AB9AF;
}
.AnyTagClassName
{
color: #1AB9AF;
}
</style>
background-color css
<style>
a { background-color: #1AB9AF; }
a { background-color: rgb(26,185,175); }
div.DivClassName
{
background-color: #1AB9AF;
}
.BgClassName
{
background-color: #1AB9AF;
}
</style>
border-color css
<style>
span { border-color: #1AB9AF; }
span { border-color: rgb(26,185,175); }
td.TdClassName
{
border-color: #1AB9AF;
}
.TagClassName
{
border-color: #1AB9AF;
}
</style>