Shades of Light Sea Green #1AB4BA
Tints of Light Sea Green #1AB4BA
RGB
CMYK
RGB Variations
Color information
#1AB4BA (or 0x1AB4BA) is known color: Light Sea Green. HEX triplet: 1A, B4 and BA. RGB value is (26,180,186). Sum of RGB (Red+Green+Blue) = 26+180+186=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AB4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB4BA is #E54B45. Grayscale: #868686. Windows color (decimal): -15027014 or 12235802. OLE color: 12235802.
HSL color Cylindrical-coordinate representation of color #1AB4BA: hue angle of 182.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 #1AB4BA is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 180 | 186 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.27 |
| HSL | 182.25º | 0.75% | 0.42% | - |
| HSV(B) | 182.25º | 0.86% | 0.73% | - |
| XYZ | 25.61 | 36.41 | 52.13 | - |
| YUV | 134.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 186 | 0.86 | 0.03 | 0 | 0.27 | 182.25 | 0.75 | 0.42 |
| Hex | 1A | B4 | BA | 56 | 3 | 0 | 1B | B6 | 4B | 2A |
| Octal | 32 | 264 | 272 | 126 | 3 | 0 | 33 | 266 | 113 | 52 |
| Binary | 11010 | 10110100 | 10111010 | 1010110 | 11 | 0 | 11011 | 10110110 | 1001011 | 101010 |
Color Harmonies of #1AB4BA
Complementary color
Monochromatic Colors of #1AB4BA
Black with #1AB4BA
Text Example
Text Example
White with #1AB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB4BA; }
p { color: rgb(26,180,186); }
H1.HeaderClassName
{
color: #1AB4BA;
}
.AnyTagClassName
{
color: #1AB4BA;
}
</style>
background-color css
<style>
a { background-color: #1AB4BA; }
a { background-color: rgb(26,180,186); }
div.DivClassName
{
background-color: #1AB4BA;
}
.BgClassName
{
background-color: #1AB4BA;
}
</style>
border-color css
<style>
span { border-color: #1AB4BA; }
span { border-color: rgb(26,180,186); }
td.TdClassName
{
border-color: #1AB4BA;
}
.TagClassName
{
border-color: #1AB4BA;
}
</style>