Shades of Light Sea Green #1ABDAA
Tints of Light Sea Green #1ABDAA
RGB
CMYK
RGB Variations
Color information
#1ABDAA (or 0x1ABDAA) is known color: Light Sea Green. HEX triplet: 1A, BD and AA. RGB value is (26,189,170). Sum of RGB (Red+Green+Blue) = 26+189+170=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABDAA is #E54255. Grayscale: #8A8A8A. Windows color (decimal): -15024726 or 11189530. OLE color: 11189530.
HSL color Cylindrical-coordinate representation of color #1ABDAA: hue angle of 173.01º 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 #1ABDAA is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 189 | 170 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.26 |
| HSL | 173.01º | 0.76% | 0.42% | - |
| HSV(B) | 173.01º | 0.86% | 0.74% | - |
| XYZ | 25.88 | 39.52 | 44.29 | - |
| YUV | 138.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 170 | 0.86 | 0 | 0.10 | 0.26 | 173.01 | 0.76 | 0.42 |
| Hex | 1A | BD | AA | 56 | 0 | A | 1A | AD | 4C | 2A |
| Octal | 32 | 275 | 252 | 126 | 0 | 12 | 32 | 255 | 114 | 52 |
| Binary | 11010 | 10111101 | 10101010 | 1010110 | 0 | 1010 | 11010 | 10101101 | 1001100 | 101010 |
Color Harmonies of #1ABDAA
Complementary color
Monochromatic Colors of #1ABDAA
Black with #1ABDAA
Text Example
Text Example
White with #1ABDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABDAA; }
p { color: rgb(26,189,170); }
H1.HeaderClassName
{
color: #1ABDAA;
}
.AnyTagClassName
{
color: #1ABDAA;
}
</style>
background-color css
<style>
a { background-color: #1ABDAA; }
a { background-color: rgb(26,189,170); }
div.DivClassName
{
background-color: #1ABDAA;
}
.BgClassName
{
background-color: #1ABDAA;
}
</style>
border-color css
<style>
span { border-color: #1ABDAA; }
span { border-color: rgb(26,189,170); }
td.TdClassName
{
border-color: #1ABDAA;
}
.TagClassName
{
border-color: #1ABDAA;
}
</style>