Shades of Light Sea Green #1AAAB9
Tints of Light Sea Green #1AAAB9
RGB
CMYK
RGB Variations
Color information
#1AAAB9 (or 0x1AAAB9) is known color: Light Sea Green. HEX triplet: 1A, AA and B9. RGB value is (26,170,185). Sum of RGB (Red+Green+Blue) = 26+170+185=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #1AAAB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAAB9 is #E55546. Grayscale: #808080. Windows color (decimal): -15029575 or 12167706. OLE color: 12167706.
HSL color Cylindrical-coordinate representation of color #1AAAB9: hue angle of 185.66º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AAAB9 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 170 | 185 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.27 |
| HSL | 185.66º | 0.75% | 0.41% | - |
| HSV(B) | 185.66º | 0.86% | 0.73% | - |
| XYZ | 23.56 | 32.47 | 50.93 | - |
| YUV | 128.65 | 159.79 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 185 | 0.86 | 0.08 | 0 | 0.27 | 185.66 | 0.75 | 0.41 |
| Hex | 1A | AA | B9 | 56 | 8 | 0 | 1B | BA | 4B | 29 |
| Octal | 32 | 252 | 271 | 126 | 10 | 0 | 33 | 272 | 113 | 51 |
| Binary | 11010 | 10101010 | 10111001 | 1010110 | 1000 | 0 | 11011 | 10111010 | 1001011 | 101001 |
Color Harmonies of #1AAAB9
Complementary color
Monochromatic Colors of #1AAAB9
Black with #1AAAB9
Text Example
Text Example
White with #1AAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAB9; }
p { color: rgb(26,170,185); }
H1.HeaderClassName
{
color: #1AAAB9;
}
.AnyTagClassName
{
color: #1AAAB9;
}
</style>
background-color css
<style>
a { background-color: #1AAAB9; }
a { background-color: rgb(26,170,185); }
div.DivClassName
{
background-color: #1AAAB9;
}
.BgClassName
{
background-color: #1AAAB9;
}
</style>
border-color css
<style>
span { border-color: #1AAAB9; }
span { border-color: rgb(26,170,185); }
td.TdClassName
{
border-color: #1AAAB9;
}
.TagClassName
{
border-color: #1AAAB9;
}
</style>