Shades of Light Sea Green #1ABBA2
Tints of Light Sea Green #1ABBA2
RGB
CMYK
RGB Variations
Color information
#1ABBA2 (or 0x1ABBA2) is known color: Light Sea Green. HEX triplet: 1A, BB and A2. RGB value is (26,187,162). Sum of RGB (Red+Green+Blue) = 26+187+162=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABBA2 is #E5445D. Grayscale: #878787. Windows color (decimal): -15025246 or 10664730. OLE color: 10664730.
HSL color Cylindrical-coordinate representation of color #1ABBA2: hue angle of 170.68º 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 #1ABBA2 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 162 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.27 |
| HSL | 170.68º | 0.76% | 0.42% | - |
| HSV(B) | 170.68º | 0.86% | 0.73% | - |
| XYZ | 24.72 | 38.37 | 40.29 | - |
| YUV | 136.01 | 142.66 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 162 | 0.86 | 0 | 0.13 | 0.27 | 170.68 | 0.76 | 0.42 |
| Hex | 1A | BB | A2 | 56 | 0 | D | 1B | AB | 4C | 2A |
| Octal | 32 | 273 | 242 | 126 | 0 | 15 | 33 | 253 | 114 | 52 |
| Binary | 11010 | 10111011 | 10100010 | 1010110 | 0 | 1101 | 11011 | 10101011 | 1001100 | 101010 |
Color Harmonies of #1ABBA2
Complementary color
Monochromatic Colors of #1ABBA2
Black with #1ABBA2
Text Example
Text Example
White with #1ABBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBA2; }
p { color: rgb(26,187,162); }
H1.HeaderClassName
{
color: #1ABBA2;
}
.AnyTagClassName
{
color: #1ABBA2;
}
</style>
background-color css
<style>
a { background-color: #1ABBA2; }
a { background-color: rgb(26,187,162); }
div.DivClassName
{
background-color: #1ABBA2;
}
.BgClassName
{
background-color: #1ABBA2;
}
</style>
border-color css
<style>
span { border-color: #1ABBA2; }
span { border-color: rgb(26,187,162); }
td.TdClassName
{
border-color: #1ABBA2;
}
.TagClassName
{
border-color: #1ABBA2;
}
</style>