Shades of Light Sea Green #1ABCB9
Tints of Light Sea Green #1ABCB9
RGB
CMYK
RGB Variations
Color information
#1ABCB9 (or 0x1ABCB9) is known color: Light Sea Green. HEX triplet: 1A, BC and B9. RGB value is (26,188,185). Sum of RGB (Red+Green+Blue) = 26+188+185=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCB9 is #E54346. Grayscale: #8B8B8B. Windows color (decimal): -15024967 or 12172314. OLE color: 12172314.
HSL color Cylindrical-coordinate representation of color #1ABCB9: hue angle of 178.89º 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 #1ABCB9 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 185 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.26 |
| HSL | 178.89º | 0.76% | 0.42% | - |
| HSV(B) | 178.89º | 0.86% | 0.74% | - |
| XYZ | 27.17 | 39.69 | 52.13 | - |
| YUV | 139.22 | 153.83 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 185 | 0.86 | 0 | 0.02 | 0.26 | 178.89 | 0.76 | 0.42 |
| Hex | 1A | BC | B9 | 56 | 0 | 2 | 1A | B3 | 4C | 2A |
| Octal | 32 | 274 | 271 | 126 | 0 | 2 | 32 | 263 | 114 | 52 |
| Binary | 11010 | 10111100 | 10111001 | 1010110 | 0 | 10 | 11010 | 10110011 | 1001100 | 101010 |
Color Harmonies of #1ABCB9
Complementary color
Monochromatic Colors of #1ABCB9
Black with #1ABCB9
Text Example
Text Example
White with #1ABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCB9; }
p { color: rgb(26,188,185); }
H1.HeaderClassName
{
color: #1ABCB9;
}
.AnyTagClassName
{
color: #1ABCB9;
}
</style>
background-color css
<style>
a { background-color: #1ABCB9; }
a { background-color: rgb(26,188,185); }
div.DivClassName
{
background-color: #1ABCB9;
}
.BgClassName
{
background-color: #1ABCB9;
}
</style>
border-color css
<style>
span { border-color: #1ABCB9; }
span { border-color: rgb(26,188,185); }
td.TdClassName
{
border-color: #1ABCB9;
}
.TagClassName
{
border-color: #1ABCB9;
}
</style>