Shades of Light Sea Green #1ABCBD
Tints of Light Sea Green #1ABCBD
RGB
CMYK
RGB Variations
Color information
#1ABCBD (or 0x1ABCBD) is known color: Light Sea Green. HEX triplet: 1A, BC and BD. RGB value is (26,188,189). Sum of RGB (Red+Green+Blue) = 26+188+189=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #1ABCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCBD is #E54342. Grayscale: #8B8B8B. Windows color (decimal): -15024963 or 12434458. OLE color: 12434458.
HSL color Cylindrical-coordinate representation of color #1ABCBD: hue angle of 180.37º 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 #1ABCBD is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 189 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.26 |
| HSL | 180.37º | 0.76% | 0.42% | - |
| HSV(B) | 180.37º | 0.86% | 0.74% | - |
| XYZ | 27.59 | 39.86 | 54.38 | - |
| YUV | 139.68 | 155.83 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 189 | 0.86 | 0.01 | 0 | 0.26 | 180.37 | 0.76 | 0.42 |
| Hex | 1A | BC | BD | 56 | 1 | 0 | 1A | B4 | 4C | 2A |
| Octal | 32 | 274 | 275 | 126 | 1 | 0 | 32 | 264 | 114 | 52 |
| Binary | 11010 | 10111100 | 10111101 | 1010110 | 1 | 0 | 11010 | 10110100 | 1001100 | 101010 |
Color Harmonies of #1ABCBD
Complementary color
Monochromatic Colors of #1ABCBD
Black with #1ABCBD
Text Example
Text Example
White with #1ABCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABCBD; }
p { color: rgb(26,188,189); }
H1.HeaderClassName
{
color: #1ABCBD;
}
.AnyTagClassName
{
color: #1ABCBD;
}
</style>
background-color css
<style>
a { background-color: #1ABCBD; }
a { background-color: rgb(26,188,189); }
div.DivClassName
{
background-color: #1ABCBD;
}
.BgClassName
{
background-color: #1ABCBD;
}
</style>
border-color css
<style>
span { border-color: #1ABCBD; }
span { border-color: rgb(26,188,189); }
td.TdClassName
{
border-color: #1ABCBD;
}
.TagClassName
{
border-color: #1ABCBD;
}
</style>