Shades of Light Sea Green #1AC9BA
Tints of Light Sea Green #1AC9BA
RGB
CMYK
RGB Variations
Color information
#1AC9BA (or 0x1AC9BA) is known color: Light Sea Green. HEX triplet: 1A, C9 and BA. RGB value is (26,201,186). Sum of RGB (Red+Green+Blue) = 26+201+186=413 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.30% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC9BA is #E53645. Grayscale: #929292. Windows color (decimal): -15021638 or 12241178. OLE color: 12241178.
HSL color Cylindrical-coordinate representation of color #1AC9BA: hue angle of 174.86º 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 #1AC9BA is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 186 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.21 |
| HSL | 174.86º | 0.77% | 0.45% | - |
| HSV(B) | 174.86º | 0.87% | 0.79% | - |
| XYZ | 30.18 | 45.54 | 53.65 | - |
| YUV | 146.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 186 | 0.87 | 0 | 0.07 | 0.21 | 174.86 | 0.77 | 0.45 |
| Hex | 1A | C9 | BA | 57 | 0 | 7 | 15 | AF | 4D | 2D |
| Octal | 32 | 311 | 272 | 127 | 0 | 7 | 25 | 257 | 115 | 55 |
| Binary | 11010 | 11001001 | 10111010 | 1010111 | 0 | 111 | 10101 | 10101111 | 1001101 | 101101 |
Color Harmonies of #1AC9BA
Complementary color
Monochromatic Colors of #1AC9BA
Black with #1AC9BA
Text Example
Text Example
White with #1AC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC9BA; }
p { color: rgb(26,201,186); }
H1.HeaderClassName
{
color: #1AC9BA;
}
.AnyTagClassName
{
color: #1AC9BA;
}
</style>
background-color css
<style>
a { background-color: #1AC9BA; }
a { background-color: rgb(26,201,186); }
div.DivClassName
{
background-color: #1AC9BA;
}
.BgClassName
{
background-color: #1AC9BA;
}
</style>
border-color css
<style>
span { border-color: #1AC9BA; }
span { border-color: rgb(26,201,186); }
td.TdClassName
{
border-color: #1AC9BA;
}
.TagClassName
{
border-color: #1AC9BA;
}
</style>