Shades of Light Sea Green #1ABBAC
Tints of Light Sea Green #1ABBAC
RGB
CMYK
RGB Variations
Color information
#1ABBAC (or 0x1ABBAC) is known color: Light Sea Green. HEX triplet: 1A, BB and AC. RGB value is (26,187,172). Sum of RGB (Red+Green+Blue) = 26+187+172=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBAC is #E54453. Grayscale: #898989. Windows color (decimal): -15025236 or 11320090. OLE color: 11320090.
HSL color Cylindrical-coordinate representation of color #1ABBAC: hue angle of 174.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABBAC is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 172 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.27 |
| HSL | 174.41º | 0.76% | 0.42% | - |
| HSV(B) | 174.41º | 0.86% | 0.73% | - |
| XYZ | 25.64 | 38.74 | 45.16 | - |
| YUV | 137.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 172 | 0.86 | 0 | 0.08 | 0.27 | 174.41 | 0.76 | 0.42 |
| Hex | 1A | BB | AC | 56 | 0 | 8 | 1B | AE | 4C | 2A |
| Octal | 32 | 273 | 254 | 126 | 0 | 10 | 33 | 256 | 114 | 52 |
| Binary | 11010 | 10111011 | 10101100 | 1010110 | 0 | 1000 | 11011 | 10101110 | 1001100 | 101010 |
Color Harmonies of #1ABBAC
Complementary color
Monochromatic Colors of #1ABBAC
Black with #1ABBAC
Text Example
Text Example
White with #1ABBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBAC; }
p { color: rgb(26,187,172); }
H1.HeaderClassName
{
color: #1ABBAC;
}
.AnyTagClassName
{
color: #1ABBAC;
}
</style>
background-color css
<style>
a { background-color: #1ABBAC; }
a { background-color: rgb(26,187,172); }
div.DivClassName
{
background-color: #1ABBAC;
}
.BgClassName
{
background-color: #1ABBAC;
}
</style>
border-color css
<style>
span { border-color: #1ABBAC; }
span { border-color: rgb(26,187,172); }
td.TdClassName
{
border-color: #1ABBAC;
}
.TagClassName
{
border-color: #1ABBAC;
}
</style>