Shades of Light Sea Green #1ABAB0
Tints of Light Sea Green #1ABAB0
RGB
CMYK
RGB Variations
Color information
#1ABAB0 (or 0x1ABAB0) is known color: Light Sea Green. HEX triplet: 1A, BA and B0. RGB value is (26,186,176). Sum of RGB (Red+Green+Blue) = 26+186+176=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAB0 is #E5454F. Grayscale: #888888. Windows color (decimal): -15025488 or 11581978. OLE color: 11581978.
HSL color Cylindrical-coordinate representation of color #1ABAB0: hue angle of 176.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABAB0 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 176 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.27 |
| HSL | 176.25º | 0.75% | 0.42% | - |
| HSV(B) | 176.25º | 0.86% | 0.73% | - |
| XYZ | 25.82 | 38.47 | 47.14 | - |
| YUV | 137.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 176 | 0.86 | 0 | 0.05 | 0.27 | 176.25 | 0.75 | 0.42 |
| Hex | 1A | BA | B0 | 56 | 0 | 5 | 1B | B0 | 4B | 2A |
| Octal | 32 | 272 | 260 | 126 | 0 | 5 | 33 | 260 | 113 | 52 |
| Binary | 11010 | 10111010 | 10110000 | 1010110 | 0 | 101 | 11011 | 10110000 | 1001011 | 101010 |
Color Harmonies of #1ABAB0
Complementary color
Monochromatic Colors of #1ABAB0
Black with #1ABAB0
Text Example
Text Example
White with #1ABAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAB0; }
p { color: rgb(26,186,176); }
H1.HeaderClassName
{
color: #1ABAB0;
}
.AnyTagClassName
{
color: #1ABAB0;
}
</style>
background-color css
<style>
a { background-color: #1ABAB0; }
a { background-color: rgb(26,186,176); }
div.DivClassName
{
background-color: #1ABAB0;
}
.BgClassName
{
background-color: #1ABAB0;
}
</style>
border-color css
<style>
span { border-color: #1ABAB0; }
span { border-color: rgb(26,186,176); }
td.TdClassName
{
border-color: #1ABAB0;
}
.TagClassName
{
border-color: #1ABAB0;
}
</style>