Shades of Light Sea Green #1ABAC0
Tints of Light Sea Green #1ABAC0
RGB
CMYK
RGB Variations
Color information
#1ABAC0 (or 0x1ABAC0) is known color: Light Sea Green. HEX triplet: 1A, BA and C0. RGB value is (26,186,192). Sum of RGB (Red+Green+Blue) = 26+186+192=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #1ABAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABAC0 is #E5453F. Grayscale: #8A8A8A. Windows color (decimal): -15025472 or 12630554. OLE color: 12630554.
HSL color Cylindrical-coordinate representation of color #1ABAC0: hue angle of 182.17º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABAC0 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 186 | 192 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.25 |
| HSL | 182.17º | 0.76% | 0.43% | - |
| HSV(B) | 182.17º | 0.86% | 0.75% | - |
| XYZ | 27.5 | 39.14 | 55.98 | - |
| YUV | 138.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 192 | 0.86 | 0.03 | 0 | 0.25 | 182.17 | 0.76 | 0.43 |
| Hex | 1A | BA | C0 | 56 | 3 | 0 | 19 | B6 | 4C | 2B |
| Octal | 32 | 272 | 300 | 126 | 3 | 0 | 31 | 266 | 114 | 53 |
| Binary | 11010 | 10111010 | 11000000 | 1010110 | 11 | 0 | 11001 | 10110110 | 1001100 | 101011 |
Color Harmonies of #1ABAC0
Complementary color
Monochromatic Colors of #1ABAC0
Black with #1ABAC0
Text Example
Text Example
White with #1ABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAC0; }
p { color: rgb(26,186,192); }
H1.HeaderClassName
{
color: #1ABAC0;
}
.AnyTagClassName
{
color: #1ABAC0;
}
</style>
background-color css
<style>
a { background-color: #1ABAC0; }
a { background-color: rgb(26,186,192); }
div.DivClassName
{
background-color: #1ABAC0;
}
.BgClassName
{
background-color: #1ABAC0;
}
</style>
border-color css
<style>
span { border-color: #1ABAC0; }
span { border-color: rgb(26,186,192); }
td.TdClassName
{
border-color: #1ABAC0;
}
.TagClassName
{
border-color: #1ABAC0;
}
</style>