Shades of Light Sea Green #1AB1AB
Tints of Light Sea Green #1AB1AB
RGB
CMYK
RGB Variations
Color information
#1AB1AB (or 0x1AB1AB) is known color: Light Sea Green. HEX triplet: 1A, B1 and AB. RGB value is (26,177,171). Sum of RGB (Red+Green+Blue) = 26+177+171=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB1AB is #E54E54. Grayscale: #838383. Windows color (decimal): -15027797 or 11251994. OLE color: 11251994.
HSL color Cylindrical-coordinate representation of color #1AB1AB: hue angle of 177.62º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB1AB is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 171 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.31 |
| HSL | 177.62º | 0.74% | 0.4% | - |
| HSV(B) | 177.62º | 0.85% | 0.69% | - |
| XYZ | 23.5 | 34.6 | 43.97 | - |
| YUV | 131.17 | 150.47 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 171 | 0.85 | 0 | 0.03 | 0.31 | 177.62 | 0.74 | 0.4 |
| Hex | 1A | B1 | AB | 55 | 0 | 3 | 1F | B2 | 4A | 28 |
| Octal | 32 | 261 | 253 | 125 | 0 | 3 | 37 | 262 | 112 | 50 |
| Binary | 11010 | 10110001 | 10101011 | 1010101 | 0 | 11 | 11111 | 10110010 | 1001010 | 101000 |
Color Harmonies of #1AB1AB
Complementary color
Monochromatic Colors of #1AB1AB
Black with #1AB1AB
Text Example
Text Example
White with #1AB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB1AB; }
p { color: rgb(26,177,171); }
H1.HeaderClassName
{
color: #1AB1AB;
}
.AnyTagClassName
{
color: #1AB1AB;
}
</style>
background-color css
<style>
a { background-color: #1AB1AB; }
a { background-color: rgb(26,177,171); }
div.DivClassName
{
background-color: #1AB1AB;
}
.BgClassName
{
background-color: #1AB1AB;
}
</style>
border-color css
<style>
span { border-color: #1AB1AB; }
span { border-color: rgb(26,177,171); }
td.TdClassName
{
border-color: #1AB1AB;
}
.TagClassName
{
border-color: #1AB1AB;
}
</style>