Shades of Light Sea Green #1ABAB4
Tints of Light Sea Green #1ABAB4
RGB
CMYK
RGB Variations
Color information
#1ABAB4 (or 0x1ABAB4) is known color: Light Sea Green. HEX triplet: 1A, BA and B4. RGB value is (26,186,180). Sum of RGB (Red+Green+Blue) = 26+186+180=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABAB4 is #E5454B. Grayscale: #898989. Windows color (decimal): -15025484 or 11844122. OLE color: 11844122.
HSL color Cylindrical-coordinate representation of color #1ABAB4: hue angle of 177.75º 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 #1ABAB4 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 180 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.27 |
| HSL | 177.75º | 0.75% | 0.42% | - |
| HSV(B) | 177.75º | 0.86% | 0.73% | - |
| XYZ | 26.22 | 38.63 | 49.25 | - |
| YUV | 137.48 | 151.99 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 180 | 0.86 | 0 | 0.03 | 0.27 | 177.75 | 0.75 | 0.42 |
| Hex | 1A | BA | B4 | 56 | 0 | 3 | 1B | B2 | 4B | 2A |
| Octal | 32 | 272 | 264 | 126 | 0 | 3 | 33 | 262 | 113 | 52 |
| Binary | 11010 | 10111010 | 10110100 | 1010110 | 0 | 11 | 11011 | 10110010 | 1001011 | 101010 |
Color Harmonies of #1ABAB4
Complementary color
Monochromatic Colors of #1ABAB4
Black with #1ABAB4
Text Example
Text Example
White with #1ABAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAB4; }
p { color: rgb(26,186,180); }
H1.HeaderClassName
{
color: #1ABAB4;
}
.AnyTagClassName
{
color: #1ABAB4;
}
</style>
background-color css
<style>
a { background-color: #1ABAB4; }
a { background-color: rgb(26,186,180); }
div.DivClassName
{
background-color: #1ABAB4;
}
.BgClassName
{
background-color: #1ABAB4;
}
</style>
border-color css
<style>
span { border-color: #1ABAB4; }
span { border-color: rgb(26,186,180); }
td.TdClassName
{
border-color: #1ABAB4;
}
.TagClassName
{
border-color: #1ABAB4;
}
</style>