Shades of Light Sea Green #1ABEA2
Tints of Light Sea Green #1ABEA2
RGB
CMYK
RGB Variations
Color information
#1ABEA2 (or 0x1ABEA2) is known color: Light Sea Green. HEX triplet: 1A, BE and A2. RGB value is (26,190,162). Sum of RGB (Red+Green+Blue) = 26+190+162=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABEA2 is #E5415D. Grayscale: #898989. Windows color (decimal): -15024478 or 10665498. OLE color: 10665498.
HSL color Cylindrical-coordinate representation of color #1ABEA2: hue angle of 169.76º 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 #1ABEA2 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 162 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.25 |
| HSL | 169.76º | 0.76% | 0.42% | - |
| HSV(B) | 169.76º | 0.86% | 0.75% | - |
| XYZ | 25.36 | 39.66 | 40.5 | - |
| YUV | 137.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 162 | 0.86 | 0 | 0.15 | 0.25 | 169.76 | 0.76 | 0.42 |
| Hex | 1A | BE | A2 | 56 | 0 | F | 19 | AA | 4C | 2A |
| Octal | 32 | 276 | 242 | 126 | 0 | 17 | 31 | 252 | 114 | 52 |
| Binary | 11010 | 10111110 | 10100010 | 1010110 | 0 | 1111 | 11001 | 10101010 | 1001100 | 101010 |
Color Harmonies of #1ABEA2
Complementary color
Monochromatic Colors of #1ABEA2
Black with #1ABEA2
Text Example
Text Example
White with #1ABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEA2; }
p { color: rgb(26,190,162); }
H1.HeaderClassName
{
color: #1ABEA2;
}
.AnyTagClassName
{
color: #1ABEA2;
}
</style>
background-color css
<style>
a { background-color: #1ABEA2; }
a { background-color: rgb(26,190,162); }
div.DivClassName
{
background-color: #1ABEA2;
}
.BgClassName
{
background-color: #1ABEA2;
}
</style>
border-color css
<style>
span { border-color: #1ABEA2; }
span { border-color: rgb(26,190,162); }
td.TdClassName
{
border-color: #1ABEA2;
}
.TagClassName
{
border-color: #1ABEA2;
}
</style>