Shades of Light Sea Green #1AC2BA
Tints of Light Sea Green #1AC2BA
RGB
CMYK
RGB Variations
Color information
#1AC2BA (or 0x1AC2BA) is known color: Light Sea Green. HEX triplet: 1A, C2 and BA. RGB value is (26,194,186). Sum of RGB (Red+Green+Blue) = 26+194+186=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC2BA is #E53D45. Grayscale: #8E8E8E. Windows color (decimal): -15023430 or 12239386. OLE color: 12239386.
HSL color Cylindrical-coordinate representation of color #1AC2BA: hue angle of 177.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC2BA is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 194 | 186 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.24 |
| HSL | 177.14º | 0.76% | 0.43% | - |
| HSV(B) | 177.14º | 0.87% | 0.76% | - |
| XYZ | 28.58 | 42.35 | 53.12 | - |
| YUV | 142.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 186 | 0.87 | 0 | 0.04 | 0.24 | 177.14 | 0.76 | 0.43 |
| Hex | 1A | C2 | BA | 57 | 0 | 4 | 18 | B1 | 4C | 2B |
| Octal | 32 | 302 | 272 | 127 | 0 | 4 | 30 | 261 | 114 | 53 |
| Binary | 11010 | 11000010 | 10111010 | 1010111 | 0 | 100 | 11000 | 10110001 | 1001100 | 101011 |
Color Harmonies of #1AC2BA
Complementary color
Monochromatic Colors of #1AC2BA
Black with #1AC2BA
Text Example
Text Example
White with #1AC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC2BA; }
p { color: rgb(26,194,186); }
H1.HeaderClassName
{
color: #1AC2BA;
}
.AnyTagClassName
{
color: #1AC2BA;
}
</style>
background-color css
<style>
a { background-color: #1AC2BA; }
a { background-color: rgb(26,194,186); }
div.DivClassName
{
background-color: #1AC2BA;
}
.BgClassName
{
background-color: #1AC2BA;
}
</style>
border-color css
<style>
span { border-color: #1AC2BA; }
span { border-color: rgb(26,194,186); }
td.TdClassName
{
border-color: #1AC2BA;
}
.TagClassName
{
border-color: #1AC2BA;
}
</style>