Shades of Light Sea Green #1ABF9C
Tints of Light Sea Green #1ABF9C
RGB
CMYK
RGB Variations
Color information
#1ABF9C (or 0x1ABF9C) is known color: Light Sea Green. HEX triplet: 1A, BF and 9C. RGB value is (26,191,156). Sum of RGB (Red+Green+Blue) = 26+191+156=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABF9C is #E54063. Grayscale: #898989. Windows color (decimal): -15024228 or 10272538. OLE color: 10272538.
HSL color Cylindrical-coordinate representation of color #1ABF9C: hue angle of 167.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABF9C is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 156 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.25 |
| HSL | 167.27º | 0.76% | 0.43% | - |
| HSV(B) | 167.27º | 0.86% | 0.75% | - |
| XYZ | 25.06 | 39.88 | 37.83 | - |
| YUV | 137.68 | 138.34 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 156 | 0.86 | 0 | 0.18 | 0.25 | 167.27 | 0.76 | 0.43 |
| Hex | 1A | BF | 9C | 56 | 0 | 12 | 19 | A7 | 4C | 2B |
| Octal | 32 | 277 | 234 | 126 | 0 | 22 | 31 | 247 | 114 | 53 |
| Binary | 11010 | 10111111 | 10011100 | 1010110 | 0 | 10010 | 11001 | 10100111 | 1001100 | 101011 |
Color Harmonies of #1ABF9C
Complementary color
Monochromatic Colors of #1ABF9C
Black with #1ABF9C
Text Example
Text Example
White with #1ABF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF9C; }
p { color: rgb(26,191,156); }
H1.HeaderClassName
{
color: #1ABF9C;
}
.AnyTagClassName
{
color: #1ABF9C;
}
</style>
background-color css
<style>
a { background-color: #1ABF9C; }
a { background-color: rgb(26,191,156); }
div.DivClassName
{
background-color: #1ABF9C;
}
.BgClassName
{
background-color: #1ABF9C;
}
</style>
border-color css
<style>
span { border-color: #1ABF9C; }
span { border-color: rgb(26,191,156); }
td.TdClassName
{
border-color: #1ABF9C;
}
.TagClassName
{
border-color: #1ABF9C;
}
</style>