Shades of Light Sea Green #1ABFAC
Tints of Light Sea Green #1ABFAC
RGB
CMYK
RGB Variations
Color information
#1ABFAC (or 0x1ABFAC) is known color: Light Sea Green. HEX triplet: 1A, BF and AC. RGB value is (26,191,172). Sum of RGB (Red+Green+Blue) = 26+191+172=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABFAC is #E54053. Grayscale: #8B8B8B. Windows color (decimal): -15024212 or 11321114. OLE color: 11321114.
HSL color Cylindrical-coordinate representation of color #1ABFAC: hue angle of 173.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABFAC is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 172 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.25 |
| HSL | 173.09º | 0.76% | 0.43% | - |
| HSV(B) | 173.09º | 0.86% | 0.75% | - |
| XYZ | 26.5 | 40.46 | 45.44 | - |
| YUV | 139.5 | 146.34 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 172 | 0.86 | 0 | 0.10 | 0.25 | 173.09 | 0.76 | 0.43 |
| Hex | 1A | BF | AC | 56 | 0 | A | 19 | AD | 4C | 2B |
| Octal | 32 | 277 | 254 | 126 | 0 | 12 | 31 | 255 | 114 | 53 |
| Binary | 11010 | 10111111 | 10101100 | 1010110 | 0 | 1010 | 11001 | 10101101 | 1001100 | 101011 |
Color Harmonies of #1ABFAC
Complementary color
Monochromatic Colors of #1ABFAC
Black with #1ABFAC
Text Example
Text Example
White with #1ABFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFAC; }
p { color: rgb(26,191,172); }
H1.HeaderClassName
{
color: #1ABFAC;
}
.AnyTagClassName
{
color: #1ABFAC;
}
</style>
background-color css
<style>
a { background-color: #1ABFAC; }
a { background-color: rgb(26,191,172); }
div.DivClassName
{
background-color: #1ABFAC;
}
.BgClassName
{
background-color: #1ABFAC;
}
</style>
border-color css
<style>
span { border-color: #1ABFAC; }
span { border-color: rgb(26,191,172); }
td.TdClassName
{
border-color: #1ABFAC;
}
.TagClassName
{
border-color: #1ABFAC;
}
</style>