Shades of Light Sea Green #1ABEAC
Tints of Light Sea Green #1ABEAC
RGB
CMYK
RGB Variations
Color information
#1ABEAC (or 0x1ABEAC) is known color: Light Sea Green. HEX triplet: 1A, BE and AC. RGB value is (26,190,172). Sum of RGB (Red+Green+Blue) = 26+190+172=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABEAC is #E54153. Grayscale: #8A8A8A. Windows color (decimal): -15024468 or 11320858. OLE color: 11320858.
HSL color Cylindrical-coordinate representation of color #1ABEAC: hue angle of 173.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABEAC is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 172 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.25 |
| HSL | 173.41º | 0.76% | 0.42% | - |
| HSV(B) | 173.41º | 0.86% | 0.75% | - |
| XYZ | 26.29 | 40.03 | 45.37 | - |
| YUV | 138.91 | 146.67 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 172 | 0.86 | 0 | 0.09 | 0.25 | 173.41 | 0.76 | 0.42 |
| Hex | 1A | BE | AC | 56 | 0 | 9 | 19 | AD | 4C | 2A |
| Octal | 32 | 276 | 254 | 126 | 0 | 11 | 31 | 255 | 114 | 52 |
| Binary | 11010 | 10111110 | 10101100 | 1010110 | 0 | 1001 | 11001 | 10101101 | 1001100 | 101010 |
Color Harmonies of #1ABEAC
Complementary color
Monochromatic Colors of #1ABEAC
Black with #1ABEAC
Text Example
Text Example
White with #1ABEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEAC; }
p { color: rgb(26,190,172); }
H1.HeaderClassName
{
color: #1ABEAC;
}
.AnyTagClassName
{
color: #1ABEAC;
}
</style>
background-color css
<style>
a { background-color: #1ABEAC; }
a { background-color: rgb(26,190,172); }
div.DivClassName
{
background-color: #1ABEAC;
}
.BgClassName
{
background-color: #1ABEAC;
}
</style>
border-color css
<style>
span { border-color: #1ABEAC; }
span { border-color: rgb(26,190,172); }
td.TdClassName
{
border-color: #1ABEAC;
}
.TagClassName
{
border-color: #1ABEAC;
}
</style>