Shades of Light Sea Green #1AACB0
Tints of Light Sea Green #1AACB0
RGB
CMYK
RGB Variations
Color information
#1AACB0 (or 0x1AACB0) is known color: Light Sea Green. HEX triplet: 1A, AC and B0. RGB value is (26,172,176). Sum of RGB (Red+Green+Blue) = 26+172+176=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #1AACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AACB0 is #E5534F. Grayscale: #808080. Windows color (decimal): -15029072 or 11578394. OLE color: 11578394.
HSL color Cylindrical-coordinate representation of color #1AACB0: hue angle of 181.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AACB0 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 172 | 176 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.31 |
| HSL | 181.6º | 0.74% | 0.4% | - |
| HSV(B) | 181.6º | 0.85% | 0.69% | - |
| XYZ | 23.02 | 32.86 | 46.2 | - |
| YUV | 128.8 | 154.63 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 176 | 0.85 | 0.02 | 0 | 0.31 | 181.6 | 0.74 | 0.4 |
| Hex | 1A | AC | B0 | 55 | 2 | 0 | 1F | B6 | 4A | 28 |
| Octal | 32 | 254 | 260 | 125 | 2 | 0 | 37 | 266 | 112 | 50 |
| Binary | 11010 | 10101100 | 10110000 | 1010101 | 10 | 0 | 11111 | 10110110 | 1001010 | 101000 |
Color Harmonies of #1AACB0
Complementary color
Monochromatic Colors of #1AACB0
Black with #1AACB0
Text Example
Text Example
White with #1AACB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACB0; }
p { color: rgb(26,172,176); }
H1.HeaderClassName
{
color: #1AACB0;
}
.AnyTagClassName
{
color: #1AACB0;
}
</style>
background-color css
<style>
a { background-color: #1AACB0; }
a { background-color: rgb(26,172,176); }
div.DivClassName
{
background-color: #1AACB0;
}
.BgClassName
{
background-color: #1AACB0;
}
</style>
border-color css
<style>
span { border-color: #1AACB0; }
span { border-color: rgb(26,172,176); }
td.TdClassName
{
border-color: #1AACB0;
}
.TagClassName
{
border-color: #1AACB0;
}
</style>