Shades of Light Sea Green #1AAAB8
Tints of Light Sea Green #1AAAB8
RGB
CMYK
RGB Variations
Color information
#1AAAB8 (or 0x1AAAB8) is known color: Light Sea Green. HEX triplet: 1A, AA and B8. RGB value is (26,170,184). Sum of RGB (Red+Green+Blue) = 26+170+184=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #1AAAB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAAB8 is #E55547. Grayscale: #808080. Windows color (decimal): -15029576 or 12102170. OLE color: 12102170.
HSL color Cylindrical-coordinate representation of color #1AAAB8: hue angle of 185.32º 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 #1AAAB8 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 170 | 184 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.28 |
| HSL | 185.32º | 0.75% | 0.41% | - |
| HSV(B) | 185.32º | 0.86% | 0.72% | - |
| XYZ | 23.45 | 32.43 | 50.37 | - |
| YUV | 128.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 184 | 0.86 | 0.08 | 0 | 0.28 | 185.32 | 0.75 | 0.41 |
| Hex | 1A | AA | B8 | 56 | 8 | 0 | 1C | B9 | 4B | 29 |
| Octal | 32 | 252 | 270 | 126 | 10 | 0 | 34 | 271 | 113 | 51 |
| Binary | 11010 | 10101010 | 10111000 | 1010110 | 1000 | 0 | 11100 | 10111001 | 1001011 | 101001 |
Color Harmonies of #1AAAB8
Complementary color
Monochromatic Colors of #1AAAB8
Black with #1AAAB8
Text Example
Text Example
White with #1AAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAAB8; }
p { color: rgb(26,170,184); }
H1.HeaderClassName
{
color: #1AAAB8;
}
.AnyTagClassName
{
color: #1AAAB8;
}
</style>
background-color css
<style>
a { background-color: #1AAAB8; }
a { background-color: rgb(26,170,184); }
div.DivClassName
{
background-color: #1AAAB8;
}
.BgClassName
{
background-color: #1AAAB8;
}
</style>
border-color css
<style>
span { border-color: #1AAAB8; }
span { border-color: rgb(26,170,184); }
td.TdClassName
{
border-color: #1AAAB8;
}
.TagClassName
{
border-color: #1AAAB8;
}
</style>