Shades of Light Sea Green #1AB0BA
Tints of Light Sea Green #1AB0BA
RGB
CMYK
RGB Variations
Color information
#1AB0BA (or 0x1AB0BA) is known color: Light Sea Green. HEX triplet: 1A, B0 and BA. RGB value is (26,176,186). Sum of RGB (Red+Green+Blue) = 26+176+186=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AB0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB0BA is #E54F45. Grayscale: #848484. Windows color (decimal): -15028038 or 12234778. OLE color: 12234778.
HSL color Cylindrical-coordinate representation of color #1AB0BA: hue angle of 183.75º 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 #1AB0BA is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 176 | 186 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.27 |
| HSL | 183.75º | 0.75% | 0.42% | - |
| HSV(B) | 183.75º | 0.86% | 0.73% | - |
| XYZ | 24.81 | 34.82 | 51.87 | - |
| YUV | 132.29 | 158.31 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 186 | 0.86 | 0.05 | 0 | 0.27 | 183.75 | 0.75 | 0.42 |
| Hex | 1A | B0 | BA | 56 | 5 | 0 | 1B | B8 | 4B | 2A |
| Octal | 32 | 260 | 272 | 126 | 5 | 0 | 33 | 270 | 113 | 52 |
| Binary | 11010 | 10110000 | 10111010 | 1010110 | 101 | 0 | 11011 | 10111000 | 1001011 | 101010 |
Color Harmonies of #1AB0BA
Complementary color
Monochromatic Colors of #1AB0BA
Black with #1AB0BA
Text Example
Text Example
White with #1AB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB0BA; }
p { color: rgb(26,176,186); }
H1.HeaderClassName
{
color: #1AB0BA;
}
.AnyTagClassName
{
color: #1AB0BA;
}
</style>
background-color css
<style>
a { background-color: #1AB0BA; }
a { background-color: rgb(26,176,186); }
div.DivClassName
{
background-color: #1AB0BA;
}
.BgClassName
{
background-color: #1AB0BA;
}
</style>
border-color css
<style>
span { border-color: #1AB0BA; }
span { border-color: rgb(26,176,186); }
td.TdClassName
{
border-color: #1AB0BA;
}
.TagClassName
{
border-color: #1AB0BA;
}
</style>