Shades of Light Sea Green #1AACB7
Tints of Light Sea Green #1AACB7
RGB
CMYK
RGB Variations
Color information
#1AACB7 (or 0x1AACB7) is known color: Light Sea Green. HEX triplet: 1A, AC and B7. RGB value is (26,172,183). Sum of RGB (Red+Green+Blue) = 26+172+183=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #1AACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACB7 is #E55348. Grayscale: #818181. Windows color (decimal): -15029065 or 12037146. OLE color: 12037146.
HSL color Cylindrical-coordinate representation of color #1AACB7: hue angle of 184.2º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AACB7 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 172 | 183 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.28 |
| HSL | 184.2º | 0.75% | 0.41% | - |
| HSV(B) | 184.2º | 0.86% | 0.72% | - |
| XYZ | 23.73 | 33.14 | 49.95 | - |
| YUV | 129.6 | 158.13 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 183 | 0.86 | 0.06 | 0 | 0.28 | 184.2 | 0.75 | 0.41 |
| Hex | 1A | AC | B7 | 56 | 6 | 0 | 1C | B8 | 4B | 29 |
| Octal | 32 | 254 | 267 | 126 | 6 | 0 | 34 | 270 | 113 | 51 |
| Binary | 11010 | 10101100 | 10110111 | 1010110 | 110 | 0 | 11100 | 10111000 | 1001011 | 101001 |
Color Harmonies of #1AACB7
Complementary color
Monochromatic Colors of #1AACB7
Black with #1AACB7
Text Example
Text Example
White with #1AACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AACB7; }
p { color: rgb(26,172,183); }
H1.HeaderClassName
{
color: #1AACB7;
}
.AnyTagClassName
{
color: #1AACB7;
}
</style>
background-color css
<style>
a { background-color: #1AACB7; }
a { background-color: rgb(26,172,183); }
div.DivClassName
{
background-color: #1AACB7;
}
.BgClassName
{
background-color: #1AACB7;
}
</style>
border-color css
<style>
span { border-color: #1AACB7; }
span { border-color: rgb(26,172,183); }
td.TdClassName
{
border-color: #1AACB7;
}
.TagClassName
{
border-color: #1AACB7;
}
</style>