Shades of Light Sea Green #1AB4A2
Tints of Light Sea Green #1AB4A2
RGB
CMYK
RGB Variations
Color information
#1AB4A2 (or 0x1AB4A2) is known color: Light Sea Green. HEX triplet: 1A, B4 and A2. RGB value is (26,180,162). Sum of RGB (Red+Green+Blue) = 26+180+162=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB4A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB4A2 is #E54B5D. Grayscale: #838383. Windows color (decimal): -15027038 or 10662938. OLE color: 10662938.
HSL color Cylindrical-coordinate representation of color #1AB4A2: hue angle of 172.99º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB4A2 is Cyan = 0.86, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 162 | - |
| CMYK | 0.86 | 0 | 0.1 | 0.29 |
| HSL | 172.99º | 0.75% | 0.4% | - |
| HSV(B) | 172.99º | 0.86% | 0.71% | - |
| XYZ | 23.27 | 35.47 | 39.8 | - |
| YUV | 131.9 | 144.98 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 162 | 0.86 | 0 | 0.1 | 0.29 | 172.99 | 0.75 | 0.4 |
| Hex | 1A | B4 | A2 | 56 | 0 | A | 1D | AD | 4B | 28 |
| Octal | 32 | 264 | 242 | 126 | 0 | 12 | 35 | 255 | 113 | 50 |
| Binary | 11010 | 10110100 | 10100010 | 1010110 | 0 | 1010 | 11101 | 10101101 | 1001011 | 101000 |
Color Harmonies of #1AB4A2
Complementary color
Monochromatic Colors of #1AB4A2
Black with #1AB4A2
Text Example
Text Example
White with #1AB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB4A2; }
p { color: rgb(26,180,162); }
H1.HeaderClassName
{
color: #1AB4A2;
}
.AnyTagClassName
{
color: #1AB4A2;
}
</style>
background-color css
<style>
a { background-color: #1AB4A2; }
a { background-color: rgb(26,180,162); }
div.DivClassName
{
background-color: #1AB4A2;
}
.BgClassName
{
background-color: #1AB4A2;
}
</style>
border-color css
<style>
span { border-color: #1AB4A2; }
span { border-color: rgb(26,180,162); }
td.TdClassName
{
border-color: #1AB4A2;
}
.TagClassName
{
border-color: #1AB4A2;
}
</style>