Shades of Light Sea Green #1ABFA1
Tints of Light Sea Green #1ABFA1
RGB
CMYK
RGB Variations
Color information
#1ABFA1 (or 0x1ABFA1) is known color: Light Sea Green. HEX triplet: 1A, BF and A1. RGB value is (26,191,161). Sum of RGB (Red+Green+Blue) = 26+191+161=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABFA1 is #E5405E. Grayscale: #8A8A8A. Windows color (decimal): -15024223 or 10600218. OLE color: 10600218.
HSL color Cylindrical-coordinate representation of color #1ABFA1: hue angle of 169.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 #1ABFA1 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 161 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.25 |
| HSL | 169.09º | 0.76% | 0.43% | - |
| HSV(B) | 169.09º | 0.86% | 0.75% | - |
| XYZ | 25.49 | 40.05 | 40.11 | - |
| YUV | 138.25 | 140.84 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 161 | 0.86 | 0 | 0.16 | 0.25 | 169.09 | 0.76 | 0.43 |
| Hex | 1A | BF | A1 | 56 | 0 | 10 | 19 | A9 | 4C | 2B |
| Octal | 32 | 277 | 241 | 126 | 0 | 20 | 31 | 251 | 114 | 53 |
| Binary | 11010 | 10111111 | 10100001 | 1010110 | 0 | 10000 | 11001 | 10101001 | 1001100 | 101011 |
Color Harmonies of #1ABFA1
Complementary color
Monochromatic Colors of #1ABFA1
Black with #1ABFA1
Text Example
Text Example
White with #1ABFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABFA1; }
p { color: rgb(26,191,161); }
H1.HeaderClassName
{
color: #1ABFA1;
}
.AnyTagClassName
{
color: #1ABFA1;
}
</style>
background-color css
<style>
a { background-color: #1ABFA1; }
a { background-color: rgb(26,191,161); }
div.DivClassName
{
background-color: #1ABFA1;
}
.BgClassName
{
background-color: #1ABFA1;
}
</style>
border-color css
<style>
span { border-color: #1ABFA1; }
span { border-color: rgb(26,191,161); }
td.TdClassName
{
border-color: #1ABFA1;
}
.TagClassName
{
border-color: #1ABFA1;
}
</style>