Shades of Light Sea Green #1AACBA
Tints of Light Sea Green #1AACBA
RGB
CMYK
RGB Variations
Color information
#1AACBA (or 0x1AACBA) is known color: Light Sea Green. HEX triplet: 1A, AC and BA. RGB value is (26,172,186). Sum of RGB (Red+Green+Blue) = 26+172+186=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACBA is #E55345. Grayscale: #818181. Windows color (decimal): -15029062 or 12233754. OLE color: 12233754.
HSL color Cylindrical-coordinate representation of color #1AACBA: hue angle of 185.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AACBA is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 172 | 186 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.27 |
| HSL | 185.25º | 0.75% | 0.42% | - |
| HSV(B) | 185.25º | 0.86% | 0.73% | - |
| XYZ | 24.04 | 33.27 | 51.61 | - |
| YUV | 129.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 186 | 0.86 | 0.08 | 0 | 0.27 | 185.25 | 0.75 | 0.42 |
| Hex | 1A | AC | BA | 56 | 8 | 0 | 1B | B9 | 4B | 2A |
| Octal | 32 | 254 | 272 | 126 | 10 | 0 | 33 | 271 | 113 | 52 |
| Binary | 11010 | 10101100 | 10111010 | 1010110 | 1000 | 0 | 11011 | 10111001 | 1001011 | 101010 |
Color Harmonies of #1AACBA
Complementary color
Monochromatic Colors of #1AACBA
Black with #1AACBA
Text Example
Text Example
White with #1AACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACBA; }
p { color: rgb(26,172,186); }
H1.HeaderClassName
{
color: #1AACBA;
}
.AnyTagClassName
{
color: #1AACBA;
}
</style>
background-color css
<style>
a { background-color: #1AACBA; }
a { background-color: rgb(26,172,186); }
div.DivClassName
{
background-color: #1AACBA;
}
.BgClassName
{
background-color: #1AACBA;
}
</style>
border-color css
<style>
span { border-color: #1AACBA; }
span { border-color: rgb(26,172,186); }
td.TdClassName
{
border-color: #1AACBA;
}
.TagClassName
{
border-color: #1AACBA;
}
</style>