Shades of Light Sea Green #1AC8AB
Tints of Light Sea Green #1AC8AB
RGB
CMYK
RGB Variations
Color information
#1AC8AB (or 0x1AC8AB) is known color: Light Sea Green. HEX triplet: 1A, C8 and AB. RGB value is (26,200,171). Sum of RGB (Red+Green+Blue) = 26+200+171=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC8AB is #E53754. Grayscale: #909090. Windows color (decimal): -15021909 or 11257882. OLE color: 11257882.
HSL color Cylindrical-coordinate representation of color #1AC8AB: hue angle of 170º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC8AB is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 200 | 171 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.22 |
| HSL | 170º | 0.77% | 0.44% | - |
| HSV(B) | 170º | 0.87% | 0.78% | - |
| XYZ | 28.43 | 44.47 | 45.61 | - |
| YUV | 144.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 200 | 171 | 0.87 | 0 | 0.14 | 0.22 | 170 | 0.77 | 0.44 |
| Hex | 1A | C8 | AB | 57 | 0 | E | 16 | AA | 4D | 2C |
| Octal | 32 | 310 | 253 | 127 | 0 | 16 | 26 | 252 | 115 | 54 |
| Binary | 11010 | 11001000 | 10101011 | 1010111 | 0 | 1110 | 10110 | 10101010 | 1001101 | 101100 |
Color Harmonies of #1AC8AB
Complementary color
Monochromatic Colors of #1AC8AB
Black with #1AC8AB
Text Example
Text Example
White with #1AC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC8AB; }
p { color: rgb(26,200,171); }
H1.HeaderClassName
{
color: #1AC8AB;
}
.AnyTagClassName
{
color: #1AC8AB;
}
</style>
background-color css
<style>
a { background-color: #1AC8AB; }
a { background-color: rgb(26,200,171); }
div.DivClassName
{
background-color: #1AC8AB;
}
.BgClassName
{
background-color: #1AC8AB;
}
</style>
border-color css
<style>
span { border-color: #1AC8AB; }
span { border-color: rgb(26,200,171); }
td.TdClassName
{
border-color: #1AC8AB;
}
.TagClassName
{
border-color: #1AC8AB;
}
</style>