Shades of Light Sea Green #1ABA9A
Tints of Light Sea Green #1ABA9A
RGB
CMYK
RGB Variations
Color information
#1ABA9A (or 0x1ABA9A) is known color: Light Sea Green. HEX triplet: 1A, BA and 9A. RGB value is (26,186,154). Sum of RGB (Red+Green+Blue) = 26+186+154=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABA9A is #E54565. Grayscale: #868686. Windows color (decimal): -15025510 or 10140186. OLE color: 10140186.
HSL color Cylindrical-coordinate representation of color #1ABA9A: hue angle of 168º 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 #1ABA9A is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 154 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.27 |
| HSL | 168º | 0.75% | 0.42% | - |
| HSV(B) | 168º | 0.86% | 0.73% | - |
| XYZ | 23.82 | 37.67 | 36.59 | - |
| YUV | 134.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 154 | 0.86 | 0 | 0.17 | 0.27 | 168 | 0.75 | 0.42 |
| Hex | 1A | BA | 9A | 56 | 0 | 11 | 1B | A8 | 4B | 2A |
| Octal | 32 | 272 | 232 | 126 | 0 | 21 | 33 | 250 | 113 | 52 |
| Binary | 11010 | 10111010 | 10011010 | 1010110 | 0 | 10001 | 11011 | 10101000 | 1001011 | 101010 |
Color Harmonies of #1ABA9A
Complementary color
Monochromatic Colors of #1ABA9A
Black with #1ABA9A
Text Example
Text Example
White with #1ABA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA9A; }
p { color: rgb(26,186,154); }
H1.HeaderClassName
{
color: #1ABA9A;
}
.AnyTagClassName
{
color: #1ABA9A;
}
</style>
background-color css
<style>
a { background-color: #1ABA9A; }
a { background-color: rgb(26,186,154); }
div.DivClassName
{
background-color: #1ABA9A;
}
.BgClassName
{
background-color: #1ABA9A;
}
</style>
border-color css
<style>
span { border-color: #1ABA9A; }
span { border-color: rgb(26,186,154); }
td.TdClassName
{
border-color: #1ABA9A;
}
.TagClassName
{
border-color: #1ABA9A;
}
</style>