Shades of Atoll #1A8489
Tints of Atoll #1A8489
RGB
CMYK
RGB Variations
Color information
#1A8489 (or 0x1A8489) is known color: Atoll. HEX triplet: 1A, 84 and 89. RGB value is (26,132,137). Sum of RGB (Red+Green+Blue) = 26+132+137=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A8489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8489 is #E57B76. Grayscale: #646464. Windows color (decimal): -15039351 or 9012250. OLE color: 9012250.
HSL color Cylindrical-coordinate representation of color #1A8489: hue angle of 182.7º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8489 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 132 | 137 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.46 |
| HSL | 182.7º | 0.68% | 0.32% | - |
| HSV(B) | 182.7º | 0.81% | 0.54% | - |
| XYZ | 13.19 | 18.53 | 26.55 | - |
| YUV | 100.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 137 | 0.81 | 0.04 | 0 | 0.46 | 182.7 | 0.68 | 0.32 |
| Hex | 1A | 84 | 89 | 51 | 4 | 0 | 2E | B7 | 44 | 20 |
| Octal | 32 | 204 | 211 | 121 | 4 | 0 | 56 | 267 | 104 | 40 |
| Binary | 11010 | 10000100 | 10001001 | 1010001 | 100 | 0 | 101110 | 10110111 | 1000100 | 100000 |
Color Harmonies of #1A8489
Complementary color
Monochromatic Colors of #1A8489
Black with #1A8489
Text Example
Text Example
White with #1A8489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8489; }
p { color: rgb(26,132,137); }
H1.HeaderClassName
{
color: #1A8489;
}
.AnyTagClassName
{
color: #1A8489;
}
</style>
background-color css
<style>
a { background-color: #1A8489; }
a { background-color: rgb(26,132,137); }
div.DivClassName
{
background-color: #1A8489;
}
.BgClassName
{
background-color: #1A8489;
}
</style>
border-color css
<style>
span { border-color: #1A8489; }
span { border-color: rgb(26,132,137); }
td.TdClassName
{
border-color: #1A8489;
}
.TagClassName
{
border-color: #1A8489;
}
</style>