Shades of Light Sea Green #1ABAB5
Tints of Light Sea Green #1ABAB5
RGB
CMYK
RGB Variations
Color information
#1ABAB5 (or 0x1ABAB5) is known color: Light Sea Green. HEX triplet: 1A, BA and B5. RGB value is (26,186,181). Sum of RGB (Red+Green+Blue) = 26+186+181=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 181 (71.09% from 255 or 46.06% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABAB5 is #E5454A. Grayscale: #898989. Windows color (decimal): -15025483 or 11909658. OLE color: 11909658.
HSL color Cylindrical-coordinate representation of color #1ABAB5: hue angle of 178.12º 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 #1ABAB5 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 181 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.27 |
| HSL | 178.13º | 0.75% | 0.42% | - |
| HSV(B) | 178.13º | 0.86% | 0.73% | - |
| XYZ | 26.33 | 38.67 | 49.79 | - |
| YUV | 137.59 | 152.49 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 181 | 0.86 | 0 | 0.03 | 0.27 | 178.13 | 0.75 | 0.42 |
| Hex | 1A | BA | B5 | 56 | 0 | 3 | 1B | B2 | 4B | 2A |
| Octal | 32 | 272 | 265 | 126 | 0 | 3 | 33 | 262 | 113 | 52 |
| Binary | 11010 | 10111010 | 10110101 | 1010110 | 0 | 11 | 11011 | 10110010 | 1001011 | 101010 |
Color Harmonies of #1ABAB5
Complementary color
Monochromatic Colors of #1ABAB5
Black with #1ABAB5
Text Example
Text Example
White with #1ABAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAB5; }
p { color: rgb(26,186,181); }
H1.HeaderClassName
{
color: #1ABAB5;
}
.AnyTagClassName
{
color: #1ABAB5;
}
</style>
background-color css
<style>
a { background-color: #1ABAB5; }
a { background-color: rgb(26,186,181); }
div.DivClassName
{
background-color: #1ABAB5;
}
.BgClassName
{
background-color: #1ABAB5;
}
</style>
border-color css
<style>
span { border-color: #1ABAB5; }
span { border-color: rgb(26,186,181); }
td.TdClassName
{
border-color: #1ABAB5;
}
.TagClassName
{
border-color: #1ABAB5;
}
</style>