Shades of Light Sea Green #1ABAB2
Tints of Light Sea Green #1ABAB2
RGB
CMYK
RGB Variations
Color information
#1ABAB2 (or 0x1ABAB2) is known color: Light Sea Green. HEX triplet: 1A, BA and B2. RGB value is (26,186,178). Sum of RGB (Red+Green+Blue) = 26+186+178=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAB2 is #E5454D. Grayscale: #898989. Windows color (decimal): -15025486 or 11713050. OLE color: 11713050.
HSL color Cylindrical-coordinate representation of color #1ABAB2: hue angle of 177º 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 #1ABAB2 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 178 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.27 |
| HSL | 177º | 0.75% | 0.42% | - |
| HSV(B) | 177º | 0.86% | 0.73% | - |
| XYZ | 26.02 | 38.55 | 48.19 | - |
| YUV | 137.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 178 | 0.86 | 0 | 0.04 | 0.27 | 177 | 0.75 | 0.42 |
| Hex | 1A | BA | B2 | 56 | 0 | 4 | 1B | B1 | 4B | 2A |
| Octal | 32 | 272 | 262 | 126 | 0 | 4 | 33 | 261 | 113 | 52 |
| Binary | 11010 | 10111010 | 10110010 | 1010110 | 0 | 100 | 11011 | 10110001 | 1001011 | 101010 |
Color Harmonies of #1ABAB2
Complementary color
Monochromatic Colors of #1ABAB2
Black with #1ABAB2
Text Example
Text Example
White with #1ABAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAB2; }
p { color: rgb(26,186,178); }
H1.HeaderClassName
{
color: #1ABAB2;
}
.AnyTagClassName
{
color: #1ABAB2;
}
</style>
background-color css
<style>
a { background-color: #1ABAB2; }
a { background-color: rgb(26,186,178); }
div.DivClassName
{
background-color: #1ABAB2;
}
.BgClassName
{
background-color: #1ABAB2;
}
</style>
border-color css
<style>
span { border-color: #1ABAB2; }
span { border-color: rgb(26,186,178); }
td.TdClassName
{
border-color: #1ABAB2;
}
.TagClassName
{
border-color: #1ABAB2;
}
</style>