Shades of Light Sea Green #1ABBBA
Tints of Light Sea Green #1ABBBA
RGB
CMYK
RGB Variations
Color information
#1ABBBA (or 0x1ABBBA) is known color: Light Sea Green. HEX triplet: 1A, BB and BA. RGB value is (26,187,186). Sum of RGB (Red+Green+Blue) = 26+187+186=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBBA is #E54445. Grayscale: #8A8A8A. Windows color (decimal): -15025222 or 12237594. OLE color: 12237594.
HSL color Cylindrical-coordinate representation of color #1ABBBA: hue angle of 179.63º degrees, saturation: 0.76, 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 #1ABBBA is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 186 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.27 |
| HSL | 179.63º | 0.76% | 0.42% | - |
| HSV(B) | 179.63º | 0.86% | 0.73% | - |
| XYZ | 27.06 | 39.31 | 52.61 | - |
| YUV | 138.75 | 154.66 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 186 | 0.86 | 0 | 0.01 | 0.27 | 179.63 | 0.76 | 0.42 |
| Hex | 1A | BB | BA | 56 | 0 | 1 | 1B | B4 | 4C | 2A |
| Octal | 32 | 273 | 272 | 126 | 0 | 1 | 33 | 264 | 114 | 52 |
| Binary | 11010 | 10111011 | 10111010 | 1010110 | 0 | 1 | 11011 | 10110100 | 1001100 | 101010 |
Color Harmonies of #1ABBBA
Complementary color
Monochromatic Colors of #1ABBBA
Black with #1ABBBA
Text Example
Text Example
White with #1ABBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBBA; }
p { color: rgb(26,187,186); }
H1.HeaderClassName
{
color: #1ABBBA;
}
.AnyTagClassName
{
color: #1ABBBA;
}
</style>
background-color css
<style>
a { background-color: #1ABBBA; }
a { background-color: rgb(26,187,186); }
div.DivClassName
{
background-color: #1ABBBA;
}
.BgClassName
{
background-color: #1ABBBA;
}
</style>
border-color css
<style>
span { border-color: #1ABBBA; }
span { border-color: rgb(26,187,186); }
td.TdClassName
{
border-color: #1ABBBA;
}
.TagClassName
{
border-color: #1ABBBA;
}
</style>