Shades of Light Sea Green #1ABBA1
Tints of Light Sea Green #1ABBA1
RGB
CMYK
RGB Variations
Color information
#1ABBA1 (or 0x1ABBA1) is known color: Light Sea Green. HEX triplet: 1A, BB and A1. RGB value is (26,187,161). Sum of RGB (Red+Green+Blue) = 26+187+161=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBA1 is #E5445E. Grayscale: #878787. Windows color (decimal): -15025247 or 10599194. OLE color: 10599194.
HSL color Cylindrical-coordinate representation of color #1ABBA1: hue angle of 170.31º 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 #1ABBA1 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 161 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.27 |
| HSL | 170.31º | 0.76% | 0.42% | - |
| HSV(B) | 170.31º | 0.86% | 0.73% | - |
| XYZ | 24.63 | 38.33 | 39.82 | - |
| YUV | 135.9 | 142.16 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 161 | 0.86 | 0 | 0.14 | 0.27 | 170.31 | 0.76 | 0.42 |
| Hex | 1A | BB | A1 | 56 | 0 | E | 1B | AA | 4C | 2A |
| Octal | 32 | 273 | 241 | 126 | 0 | 16 | 33 | 252 | 114 | 52 |
| Binary | 11010 | 10111011 | 10100001 | 1010110 | 0 | 1110 | 11011 | 10101010 | 1001100 | 101010 |
Color Harmonies of #1ABBA1
Complementary color
Monochromatic Colors of #1ABBA1
Black with #1ABBA1
Text Example
Text Example
White with #1ABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBA1; }
p { color: rgb(26,187,161); }
H1.HeaderClassName
{
color: #1ABBA1;
}
.AnyTagClassName
{
color: #1ABBA1;
}
</style>
background-color css
<style>
a { background-color: #1ABBA1; }
a { background-color: rgb(26,187,161); }
div.DivClassName
{
background-color: #1ABBA1;
}
.BgClassName
{
background-color: #1ABBA1;
}
</style>
border-color css
<style>
span { border-color: #1ABBA1; }
span { border-color: rgb(26,187,161); }
td.TdClassName
{
border-color: #1ABBA1;
}
.TagClassName
{
border-color: #1ABBA1;
}
</style>