Shades of Light Sea Green #1ABCB0
Tints of Light Sea Green #1ABCB0
RGB
CMYK
RGB Variations
Color information
#1ABCB0 (or 0x1ABCB0) is known color: Light Sea Green. HEX triplet: 1A, BC and B0. RGB value is (26,188,176). Sum of RGB (Red+Green+Blue) = 26+188+176=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABCB0 is #E5434F. Grayscale: #8A8A8A. Windows color (decimal): -15024976 or 11582490. OLE color: 11582490.
HSL color Cylindrical-coordinate representation of color #1ABCB0: hue angle of 175.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABCB0 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 176 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.26 |
| HSL | 175.56º | 0.76% | 0.42% | - |
| HSV(B) | 175.56º | 0.86% | 0.74% | - |
| XYZ | 26.25 | 39.32 | 47.28 | - |
| YUV | 138.19 | 149.33 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 176 | 0.86 | 0 | 0.06 | 0.26 | 175.56 | 0.76 | 0.42 |
| Hex | 1A | BC | B0 | 56 | 0 | 6 | 1A | B0 | 4C | 2A |
| Octal | 32 | 274 | 260 | 126 | 0 | 6 | 32 | 260 | 114 | 52 |
| Binary | 11010 | 10111100 | 10110000 | 1010110 | 0 | 110 | 11010 | 10110000 | 1001100 | 101010 |
Color Harmonies of #1ABCB0
Complementary color
Monochromatic Colors of #1ABCB0
Black with #1ABCB0
Text Example
Text Example
White with #1ABCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCB0; }
p { color: rgb(26,188,176); }
H1.HeaderClassName
{
color: #1ABCB0;
}
.AnyTagClassName
{
color: #1ABCB0;
}
</style>
background-color css
<style>
a { background-color: #1ABCB0; }
a { background-color: rgb(26,188,176); }
div.DivClassName
{
background-color: #1ABCB0;
}
.BgClassName
{
background-color: #1ABCB0;
}
</style>
border-color css
<style>
span { border-color: #1ABCB0; }
span { border-color: rgb(26,188,176); }
td.TdClassName
{
border-color: #1ABCB0;
}
.TagClassName
{
border-color: #1ABCB0;
}
</style>