Shades of Light Sea Green #1AB5BD
Tints of Light Sea Green #1AB5BD
RGB
CMYK
RGB Variations
Color information
#1AB5BD (or 0x1AB5BD) is known color: Light Sea Green. HEX triplet: 1A, B5 and BD. RGB value is (26,181,189). Sum of RGB (Red+Green+Blue) = 26+181+189=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #1AB5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB5BD is #E54A42. Grayscale: #878787. Windows color (decimal): -15026755 or 12432666. OLE color: 12432666.
HSL color Cylindrical-coordinate representation of color #1AB5BD: hue angle of 182.94º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB5BD is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 181 | 189 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.26 |
| HSL | 182.94º | 0.76% | 0.42% | - |
| HSV(B) | 182.94º | 0.86% | 0.74% | - |
| XYZ | 26.14 | 36.94 | 53.9 | - |
| YUV | 135.57 | 158.15 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 189 | 0.86 | 0.04 | 0 | 0.26 | 182.94 | 0.76 | 0.42 |
| Hex | 1A | B5 | BD | 56 | 4 | 0 | 1A | B7 | 4C | 2A |
| Octal | 32 | 265 | 275 | 126 | 4 | 0 | 32 | 267 | 114 | 52 |
| Binary | 11010 | 10110101 | 10111101 | 1010110 | 100 | 0 | 11010 | 10110111 | 1001100 | 101010 |
Color Harmonies of #1AB5BD
Complementary color
Monochromatic Colors of #1AB5BD
Black with #1AB5BD
Text Example
Text Example
White with #1AB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB5BD; }
p { color: rgb(26,181,189); }
H1.HeaderClassName
{
color: #1AB5BD;
}
.AnyTagClassName
{
color: #1AB5BD;
}
</style>
background-color css
<style>
a { background-color: #1AB5BD; }
a { background-color: rgb(26,181,189); }
div.DivClassName
{
background-color: #1AB5BD;
}
.BgClassName
{
background-color: #1AB5BD;
}
</style>
border-color css
<style>
span { border-color: #1AB5BD; }
span { border-color: rgb(26,181,189); }
td.TdClassName
{
border-color: #1AB5BD;
}
.TagClassName
{
border-color: #1AB5BD;
}
</style>