Shades of Light Sea Green #1ABBA0
Tints of Light Sea Green #1ABBA0
RGB
CMYK
RGB Variations
Color information
#1ABBA0 (or 0x1ABBA0) is known color: Light Sea Green. HEX triplet: 1A, BB and A0. RGB value is (26,187,160). Sum of RGB (Red+Green+Blue) = 26+187+160=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 187 (73.44% from 255 or 50.13% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBA0 is #E5445F. Grayscale: #878787. Windows color (decimal): -15025248 or 10533658. OLE color: 10533658.
HSL color Cylindrical-coordinate representation of color #1ABBA0: hue angle of 169.94º degrees, saturation: 0.76, 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 #1ABBA0 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 160 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.27 |
| HSL | 169.94º | 0.76% | 0.42% | - |
| HSV(B) | 169.94º | 0.86% | 0.73% | - |
| XYZ | 24.54 | 38.3 | 39.36 | - |
| YUV | 135.78 | 141.66 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 160 | 0.86 | 0 | 0.14 | 0.27 | 169.94 | 0.76 | 0.42 |
| Hex | 1A | BB | A0 | 56 | 0 | E | 1B | AA | 4C | 2A |
| Octal | 32 | 273 | 240 | 126 | 0 | 16 | 33 | 252 | 114 | 52 |
| Binary | 11010 | 10111011 | 10100000 | 1010110 | 0 | 1110 | 11011 | 10101010 | 1001100 | 101010 |
Color Harmonies of #1ABBA0
Complementary color
Monochromatic Colors of #1ABBA0
Black with #1ABBA0
Text Example
Text Example
White with #1ABBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBA0; }
p { color: rgb(26,187,160); }
H1.HeaderClassName
{
color: #1ABBA0;
}
.AnyTagClassName
{
color: #1ABBA0;
}
</style>
background-color css
<style>
a { background-color: #1ABBA0; }
a { background-color: rgb(26,187,160); }
div.DivClassName
{
background-color: #1ABBA0;
}
.BgClassName
{
background-color: #1ABBA0;
}
</style>
border-color css
<style>
span { border-color: #1ABBA0; }
span { border-color: rgb(26,187,160); }
td.TdClassName
{
border-color: #1ABBA0;
}
.TagClassName
{
border-color: #1ABBA0;
}
</style>