Shades of Light Sea Green #1ABBA5
Tints of Light Sea Green #1ABBA5
RGB
CMYK
RGB Variations
Color information
#1ABBA5 (or 0x1ABBA5) is known color: Light Sea Green. HEX triplet: 1A, BB and A5. RGB value is (26,187,165). Sum of RGB (Red+Green+Blue) = 26+187+165=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBA5 is #E5445A. Grayscale: #888888. Windows color (decimal): -15025243 or 10861338. OLE color: 10861338.
HSL color Cylindrical-coordinate representation of color #1ABBA5: hue angle of 171.8º 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 #1ABBA5 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 165 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.27 |
| HSL | 171.8º | 0.76% | 0.42% | - |
| HSV(B) | 171.8º | 0.86% | 0.73% | - |
| XYZ | 24.99 | 38.48 | 41.71 | - |
| YUV | 136.35 | 144.16 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 165 | 0.86 | 0 | 0.12 | 0.27 | 171.8 | 0.76 | 0.42 |
| Hex | 1A | BB | A5 | 56 | 0 | C | 1B | AC | 4C | 2A |
| Octal | 32 | 273 | 245 | 126 | 0 | 14 | 33 | 254 | 114 | 52 |
| Binary | 11010 | 10111011 | 10100101 | 1010110 | 0 | 1100 | 11011 | 10101100 | 1001100 | 101010 |
Color Harmonies of #1ABBA5
Complementary color
Monochromatic Colors of #1ABBA5
Black with #1ABBA5
Text Example
Text Example
White with #1ABBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBA5; }
p { color: rgb(26,187,165); }
H1.HeaderClassName
{
color: #1ABBA5;
}
.AnyTagClassName
{
color: #1ABBA5;
}
</style>
background-color css
<style>
a { background-color: #1ABBA5; }
a { background-color: rgb(26,187,165); }
div.DivClassName
{
background-color: #1ABBA5;
}
.BgClassName
{
background-color: #1ABBA5;
}
</style>
border-color css
<style>
span { border-color: #1ABBA5; }
span { border-color: rgb(26,187,165); }
td.TdClassName
{
border-color: #1ABBA5;
}
.TagClassName
{
border-color: #1ABBA5;
}
</style>