Shades of Light Sea Green #1AC6A1
Tints of Light Sea Green #1AC6A1
RGB
CMYK
RGB Variations
Color information
#1AC6A1 (or 0x1AC6A1) is known color: Light Sea Green. HEX triplet: 1A, C6 and A1. RGB value is (26,198,161). Sum of RGB (Red+Green+Blue) = 26+198+161=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC6A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC6A1 is #E5395E. Grayscale: #8E8E8E. Windows color (decimal): -15022431 or 10602010. OLE color: 10602010.
HSL color Cylindrical-coordinate representation of color #1AC6A1: hue angle of 167.09º 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 #1AC6A1 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 198 | 161 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.22 |
| HSL | 167.09º | 0.77% | 0.44% | - |
| HSV(B) | 167.09º | 0.87% | 0.78% | - |
| XYZ | 27.05 | 43.18 | 40.63 | - |
| YUV | 142.35 | 138.52 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 161 | 0.87 | 0 | 0.19 | 0.22 | 167.09 | 0.77 | 0.44 |
| Hex | 1A | C6 | A1 | 57 | 0 | 13 | 16 | A7 | 4D | 2C |
| Octal | 32 | 306 | 241 | 127 | 0 | 23 | 26 | 247 | 115 | 54 |
| Binary | 11010 | 11000110 | 10100001 | 1010111 | 0 | 10011 | 10110 | 10100111 | 1001101 | 101100 |
Color Harmonies of #1AC6A1
Complementary color
Monochromatic Colors of #1AC6A1
Black with #1AC6A1
Text Example
Text Example
White with #1AC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC6A1; }
p { color: rgb(26,198,161); }
H1.HeaderClassName
{
color: #1AC6A1;
}
.AnyTagClassName
{
color: #1AC6A1;
}
</style>
background-color css
<style>
a { background-color: #1AC6A1; }
a { background-color: rgb(26,198,161); }
div.DivClassName
{
background-color: #1AC6A1;
}
.BgClassName
{
background-color: #1AC6A1;
}
</style>
border-color css
<style>
span { border-color: #1AC6A1; }
span { border-color: rgb(26,198,161); }
td.TdClassName
{
border-color: #1AC6A1;
}
.TagClassName
{
border-color: #1AC6A1;
}
</style>