Shades of Light Sea Green #1ABDAC
Tints of Light Sea Green #1ABDAC
RGB
CMYK
RGB Variations
Color information
#1ABDAC (or 0x1ABDAC) is known color: Light Sea Green. HEX triplet: 1A, BD and AC. RGB value is (26,189,172). Sum of RGB (Red+Green+Blue) = 26+189+172=387 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.72% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABDAC is #E54253. Grayscale: #8A8A8A. Windows color (decimal): -15024724 or 11320602. OLE color: 11320602.
HSL color Cylindrical-coordinate representation of color #1ABDAC: hue angle of 173.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABDAC is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 189 | 172 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.26 |
| HSL | 173.74º | 0.76% | 0.42% | - |
| HSV(B) | 173.74º | 0.86% | 0.74% | - |
| XYZ | 26.07 | 39.59 | 45.3 | - |
| YUV | 138.33 | 147 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 172 | 0.86 | 0 | 0.09 | 0.26 | 173.74 | 0.76 | 0.42 |
| Hex | 1A | BD | AC | 56 | 0 | 9 | 1A | AE | 4C | 2A |
| Octal | 32 | 275 | 254 | 126 | 0 | 11 | 32 | 256 | 114 | 52 |
| Binary | 11010 | 10111101 | 10101100 | 1010110 | 0 | 1001 | 11010 | 10101110 | 1001100 | 101010 |
Color Harmonies of #1ABDAC
Complementary color
Monochromatic Colors of #1ABDAC
Black with #1ABDAC
Text Example
Text Example
White with #1ABDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDAC; }
p { color: rgb(26,189,172); }
H1.HeaderClassName
{
color: #1ABDAC;
}
.AnyTagClassName
{
color: #1ABDAC;
}
</style>
background-color css
<style>
a { background-color: #1ABDAC; }
a { background-color: rgb(26,189,172); }
div.DivClassName
{
background-color: #1ABDAC;
}
.BgClassName
{
background-color: #1ABDAC;
}
</style>
border-color css
<style>
span { border-color: #1ABDAC; }
span { border-color: rgb(26,189,172); }
td.TdClassName
{
border-color: #1ABDAC;
}
.TagClassName
{
border-color: #1ABDAC;
}
</style>