Shades of Light Sea Green #1ABC9C
Tints of Light Sea Green #1ABC9C
RGB
CMYK
RGB Variations
Color information
#1ABC9C (or 0x1ABC9C) is known color: Light Sea Green. HEX triplet: 1A, BC and 9C. RGB value is (26,188,156). Sum of RGB (Red+Green+Blue) = 26+188+156=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC9C is #E54363. Grayscale: #878787. Windows color (decimal): -15024996 or 10271770. OLE color: 10271770.
HSL color Cylindrical-coordinate representation of color #1ABC9C: hue angle of 168.15º 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 #1ABC9C is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 156 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.26 |
| HSL | 168.15º | 0.76% | 0.42% | - |
| HSV(B) | 168.15º | 0.86% | 0.74% | - |
| XYZ | 24.41 | 38.59 | 37.61 | - |
| YUV | 135.91 | 139.33 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 156 | 0.86 | 0 | 0.17 | 0.26 | 168.15 | 0.76 | 0.42 |
| Hex | 1A | BC | 9C | 56 | 0 | 11 | 1A | A8 | 4C | 2A |
| Octal | 32 | 274 | 234 | 126 | 0 | 21 | 32 | 250 | 114 | 52 |
| Binary | 11010 | 10111100 | 10011100 | 1010110 | 0 | 10001 | 11010 | 10101000 | 1001100 | 101010 |
Color Harmonies of #1ABC9C
Complementary color
Monochromatic Colors of #1ABC9C
Black with #1ABC9C
Text Example
Text Example
White with #1ABC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC9C; }
p { color: rgb(26,188,156); }
H1.HeaderClassName
{
color: #1ABC9C;
}
.AnyTagClassName
{
color: #1ABC9C;
}
</style>
background-color css
<style>
a { background-color: #1ABC9C; }
a { background-color: rgb(26,188,156); }
div.DivClassName
{
background-color: #1ABC9C;
}
.BgClassName
{
background-color: #1ABC9C;
}
</style>
border-color css
<style>
span { border-color: #1ABC9C; }
span { border-color: rgb(26,188,156); }
td.TdClassName
{
border-color: #1ABC9C;
}
.TagClassName
{
border-color: #1ABC9C;
}
</style>