Shades of Light Sea Green #1ABB9C
Tints of Light Sea Green #1ABB9C
RGB
CMYK
RGB Variations
Color information
#1ABB9C (or 0x1ABB9C) is known color: Light Sea Green. HEX triplet: 1A, BB and 9C. RGB value is (26,187,156). Sum of RGB (Red+Green+Blue) = 26+187+156=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABB9C is #E54463. Grayscale: #878787. Windows color (decimal): -15025252 or 10271514. OLE color: 10271514.
HSL color Cylindrical-coordinate representation of color #1ABB9C: hue angle of 168.45º 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 #1ABB9C is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 156 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.27 |
| HSL | 168.45º | 0.76% | 0.42% | - |
| HSV(B) | 168.45º | 0.86% | 0.73% | - |
| XYZ | 24.2 | 38.16 | 37.54 | - |
| YUV | 135.33 | 139.66 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 156 | 0.86 | 0 | 0.17 | 0.27 | 168.45 | 0.76 | 0.42 |
| Hex | 1A | BB | 9C | 56 | 0 | 11 | 1B | A8 | 4C | 2A |
| Octal | 32 | 273 | 234 | 126 | 0 | 21 | 33 | 250 | 114 | 52 |
| Binary | 11010 | 10111011 | 10011100 | 1010110 | 0 | 10001 | 11011 | 10101000 | 1001100 | 101010 |
Color Harmonies of #1ABB9C
Complementary color
Monochromatic Colors of #1ABB9C
Black with #1ABB9C
Text Example
Text Example
White with #1ABB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB9C; }
p { color: rgb(26,187,156); }
H1.HeaderClassName
{
color: #1ABB9C;
}
.AnyTagClassName
{
color: #1ABB9C;
}
</style>
background-color css
<style>
a { background-color: #1ABB9C; }
a { background-color: rgb(26,187,156); }
div.DivClassName
{
background-color: #1ABB9C;
}
.BgClassName
{
background-color: #1ABB9C;
}
</style>
border-color css
<style>
span { border-color: #1ABB9C; }
span { border-color: rgb(26,187,156); }
td.TdClassName
{
border-color: #1ABB9C;
}
.TagClassName
{
border-color: #1ABB9C;
}
</style>