Shades of Light Sea Green #1AB5BE
Tints of Light Sea Green #1AB5BE
RGB
CMYK
RGB Variations
Color information
#1AB5BE (or 0x1AB5BE) is known color: Light Sea Green. HEX triplet: 1A, B5 and BE. RGB value is (26,181,190). Sum of RGB (Red+Green+Blue) = 26+181+190=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #1AB5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB5BE is #E54A41. Grayscale: #878787. Windows color (decimal): -15026754 or 12498202. OLE color: 12498202.
HSL color Cylindrical-coordinate representation of color #1AB5BE: hue angle of 183.29º 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 #1AB5BE is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 181 | 190 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.25 |
| HSL | 183.29º | 0.76% | 0.42% | - |
| HSV(B) | 183.29º | 0.86% | 0.75% | - |
| XYZ | 26.24 | 36.99 | 54.47 | - |
| YUV | 135.68 | 158.65 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 190 | 0.86 | 0.05 | 0 | 0.25 | 183.29 | 0.76 | 0.42 |
| Hex | 1A | B5 | BE | 56 | 5 | 0 | 19 | B7 | 4C | 2A |
| Octal | 32 | 265 | 276 | 126 | 5 | 0 | 31 | 267 | 114 | 52 |
| Binary | 11010 | 10110101 | 10111110 | 1010110 | 101 | 0 | 11001 | 10110111 | 1001100 | 101010 |
Color Harmonies of #1AB5BE
Complementary color
Monochromatic Colors of #1AB5BE
Black with #1AB5BE
Text Example
Text Example
White with #1AB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB5BE; }
p { color: rgb(26,181,190); }
H1.HeaderClassName
{
color: #1AB5BE;
}
.AnyTagClassName
{
color: #1AB5BE;
}
</style>
background-color css
<style>
a { background-color: #1AB5BE; }
a { background-color: rgb(26,181,190); }
div.DivClassName
{
background-color: #1AB5BE;
}
.BgClassName
{
background-color: #1AB5BE;
}
</style>
border-color css
<style>
span { border-color: #1AB5BE; }
span { border-color: rgb(26,181,190); }
td.TdClassName
{
border-color: #1AB5BE;
}
.TagClassName
{
border-color: #1AB5BE;
}
</style>