Shades of Light Sea Green #1AB0BE
Tints of Light Sea Green #1AB0BE
RGB
CMYK
RGB Variations
Color information
#1AB0BE (or 0x1AB0BE) is known color: Light Sea Green. HEX triplet: 1A, B0 and BE. RGB value is (26,176,190). Sum of RGB (Red+Green+Blue) = 26+176+190=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #1AB0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB0BE is #E54F41. Grayscale: #848484. Windows color (decimal): -15028034 or 12496922. OLE color: 12496922.
HSL color Cylindrical-coordinate representation of color #1AB0BE: hue angle of 185.12º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB0BE is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 176 | 190 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.25 |
| HSL | 185.12º | 0.76% | 0.42% | - |
| HSV(B) | 185.12º | 0.86% | 0.75% | - |
| XYZ | 25.25 | 34.99 | 54.14 | - |
| YUV | 132.75 | 160.31 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 190 | 0.86 | 0.07 | 0 | 0.25 | 185.12 | 0.76 | 0.42 |
| Hex | 1A | B0 | BE | 56 | 7 | 0 | 19 | B9 | 4C | 2A |
| Octal | 32 | 260 | 276 | 126 | 7 | 0 | 31 | 271 | 114 | 52 |
| Binary | 11010 | 10110000 | 10111110 | 1010110 | 111 | 0 | 11001 | 10111001 | 1001100 | 101010 |
Color Harmonies of #1AB0BE
Complementary color
Monochromatic Colors of #1AB0BE
Black with #1AB0BE
Text Example
Text Example
White with #1AB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB0BE; }
p { color: rgb(26,176,190); }
H1.HeaderClassName
{
color: #1AB0BE;
}
.AnyTagClassName
{
color: #1AB0BE;
}
</style>
background-color css
<style>
a { background-color: #1AB0BE; }
a { background-color: rgb(26,176,190); }
div.DivClassName
{
background-color: #1AB0BE;
}
.BgClassName
{
background-color: #1AB0BE;
}
</style>
border-color css
<style>
span { border-color: #1AB0BE; }
span { border-color: rgb(26,176,190); }
td.TdClassName
{
border-color: #1AB0BE;
}
.TagClassName
{
border-color: #1AB0BE;
}
</style>