Shades of Light Sea Green #1AC9A6
Tints of Light Sea Green #1AC9A6
RGB
CMYK
RGB Variations
Color information
#1AC9A6 (or 0x1AC9A6) is known color: Light Sea Green. HEX triplet: 1A, C9 and A6. RGB value is (26,201,166). Sum of RGB (Red+Green+Blue) = 26+201+166=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC9A6 is #E53659. Grayscale: #909090. Windows color (decimal): -15021658 or 10930458. OLE color: 10930458.
HSL color Cylindrical-coordinate representation of color #1AC9A6: hue angle of 168º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC9A6 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 166 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.21 |
| HSL | 168º | 0.77% | 0.45% | - |
| HSV(B) | 168º | 0.87% | 0.79% | - |
| XYZ | 28.2 | 44.75 | 43.23 | - |
| YUV | 144.69 | 140.02 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 166 | 0.87 | 0 | 0.17 | 0.21 | 168 | 0.77 | 0.45 |
| Hex | 1A | C9 | A6 | 57 | 0 | 11 | 15 | A8 | 4D | 2D |
| Octal | 32 | 311 | 246 | 127 | 0 | 21 | 25 | 250 | 115 | 55 |
| Binary | 11010 | 11001001 | 10100110 | 1010111 | 0 | 10001 | 10101 | 10101000 | 1001101 | 101101 |
Color Harmonies of #1AC9A6
Complementary color
Monochromatic Colors of #1AC9A6
Black with #1AC9A6
Text Example
Text Example
White with #1AC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC9A6; }
p { color: rgb(26,201,166); }
H1.HeaderClassName
{
color: #1AC9A6;
}
.AnyTagClassName
{
color: #1AC9A6;
}
</style>
background-color css
<style>
a { background-color: #1AC9A6; }
a { background-color: rgb(26,201,166); }
div.DivClassName
{
background-color: #1AC9A6;
}
.BgClassName
{
background-color: #1AC9A6;
}
</style>
border-color css
<style>
span { border-color: #1AC9A6; }
span { border-color: rgb(26,201,166); }
td.TdClassName
{
border-color: #1AC9A6;
}
.TagClassName
{
border-color: #1AC9A6;
}
</style>