Shades of Light Sea Green #1ABBA7
Tints of Light Sea Green #1ABBA7
RGB
CMYK
RGB Variations
Color information
#1ABBA7 (or 0x1ABBA7) is known color: Light Sea Green. HEX triplet: 1A, BB and A7. RGB value is (26,187,167). Sum of RGB (Red+Green+Blue) = 26+187+167=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 167 (65.62% from 255 or 43.95% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBA7 is #E54458. Grayscale: #888888. Windows color (decimal): -15025241 or 10992410. OLE color: 10992410.
HSL color Cylindrical-coordinate representation of color #1ABBA7: hue angle of 172.55º 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 #1ABBA7 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 167 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.27 |
| HSL | 172.55º | 0.76% | 0.42% | - |
| HSV(B) | 172.55º | 0.86% | 0.73% | - |
| XYZ | 25.17 | 38.55 | 42.67 | - |
| YUV | 136.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 167 | 0.86 | 0 | 0.11 | 0.27 | 172.55 | 0.76 | 0.42 |
| Hex | 1A | BB | A7 | 56 | 0 | B | 1B | AD | 4C | 2A |
| Octal | 32 | 273 | 247 | 126 | 0 | 13 | 33 | 255 | 114 | 52 |
| Binary | 11010 | 10111011 | 10100111 | 1010110 | 0 | 1011 | 11011 | 10101101 | 1001100 | 101010 |
Color Harmonies of #1ABBA7
Complementary color
Monochromatic Colors of #1ABBA7
Black with #1ABBA7
Text Example
Text Example
White with #1ABBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBA7; }
p { color: rgb(26,187,167); }
H1.HeaderClassName
{
color: #1ABBA7;
}
.AnyTagClassName
{
color: #1ABBA7;
}
</style>
background-color css
<style>
a { background-color: #1ABBA7; }
a { background-color: rgb(26,187,167); }
div.DivClassName
{
background-color: #1ABBA7;
}
.BgClassName
{
background-color: #1ABBA7;
}
</style>
border-color css
<style>
span { border-color: #1ABBA7; }
span { border-color: rgb(26,187,167); }
td.TdClassName
{
border-color: #1ABBA7;
}
.TagClassName
{
border-color: #1ABBA7;
}
</style>