Shades of Light Sea Green #1ABEAF
Tints of Light Sea Green #1ABEAF
RGB
CMYK
RGB Variations
Color information
#1ABEAF (or 0x1ABEAF) is known color: Light Sea Green. HEX triplet: 1A, BE and AF. RGB value is (26,190,175). Sum of RGB (Red+Green+Blue) = 26+190+175=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABEAF is #E54150. Grayscale: #8B8B8B. Windows color (decimal): -15024465 or 11517466. OLE color: 11517466.
HSL color Cylindrical-coordinate representation of color #1ABEAF: hue angle of 174.51º 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 #1ABEAF is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 175 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.25 |
| HSL | 174.51º | 0.76% | 0.42% | - |
| HSV(B) | 174.51º | 0.86% | 0.75% | - |
| XYZ | 26.58 | 40.14 | 46.9 | - |
| YUV | 139.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 175 | 0.86 | 0 | 0.08 | 0.25 | 174.51 | 0.76 | 0.42 |
| Hex | 1A | BE | AF | 56 | 0 | 8 | 19 | AF | 4C | 2A |
| Octal | 32 | 276 | 257 | 126 | 0 | 10 | 31 | 257 | 114 | 52 |
| Binary | 11010 | 10111110 | 10101111 | 1010110 | 0 | 1000 | 11001 | 10101111 | 1001100 | 101010 |
Color Harmonies of #1ABEAF
Complementary color
Monochromatic Colors of #1ABEAF
Black with #1ABEAF
Text Example
Text Example
White with #1ABEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABEAF; }
p { color: rgb(26,190,175); }
H1.HeaderClassName
{
color: #1ABEAF;
}
.AnyTagClassName
{
color: #1ABEAF;
}
</style>
background-color css
<style>
a { background-color: #1ABEAF; }
a { background-color: rgb(26,190,175); }
div.DivClassName
{
background-color: #1ABEAF;
}
.BgClassName
{
background-color: #1ABEAF;
}
</style>
border-color css
<style>
span { border-color: #1ABEAF; }
span { border-color: rgb(26,190,175); }
td.TdClassName
{
border-color: #1ABEAF;
}
.TagClassName
{
border-color: #1ABEAF;
}
</style>