Shades of Light Sea Green #1ABAA0
Tints of Light Sea Green #1ABAA0
RGB
CMYK
RGB Variations
Color information
#1ABAA0 (or 0x1ABAA0) is known color: Light Sea Green. HEX triplet: 1A, BA and A0. RGB value is (26,186,160). Sum of RGB (Red+Green+Blue) = 26+186+160=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAA0 is #E5455F. Grayscale: #878787. Windows color (decimal): -15025504 or 10533402. OLE color: 10533402.
HSL color Cylindrical-coordinate representation of color #1ABAA0: hue angle of 170.25º 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 #1ABAA0 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 160 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.27 |
| HSL | 170.25º | 0.75% | 0.42% | - |
| HSV(B) | 170.25º | 0.86% | 0.73% | - |
| XYZ | 24.33 | 37.88 | 39.29 | - |
| YUV | 135.2 | 141.99 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 160 | 0.86 | 0 | 0.14 | 0.27 | 170.25 | 0.75 | 0.42 |
| Hex | 1A | BA | A0 | 56 | 0 | E | 1B | AA | 4B | 2A |
| Octal | 32 | 272 | 240 | 126 | 0 | 16 | 33 | 252 | 113 | 52 |
| Binary | 11010 | 10111010 | 10100000 | 1010110 | 0 | 1110 | 11011 | 10101010 | 1001011 | 101010 |
Color Harmonies of #1ABAA0
Complementary color
Monochromatic Colors of #1ABAA0
Black with #1ABAA0
Text Example
Text Example
White with #1ABAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABAA0; }
p { color: rgb(26,186,160); }
H1.HeaderClassName
{
color: #1ABAA0;
}
.AnyTagClassName
{
color: #1ABAA0;
}
</style>
background-color css
<style>
a { background-color: #1ABAA0; }
a { background-color: rgb(26,186,160); }
div.DivClassName
{
background-color: #1ABAA0;
}
.BgClassName
{
background-color: #1ABAA0;
}
</style>
border-color css
<style>
span { border-color: #1ABAA0; }
span { border-color: rgb(26,186,160); }
td.TdClassName
{
border-color: #1ABAA0;
}
.TagClassName
{
border-color: #1ABAA0;
}
</style>