Shades of Atoll #1A8187
Tints of Atoll #1A8187
RGB
CMYK
RGB Variations
Color information
#1A8187 (or 0x1A8187) is known color: Atoll. HEX triplet: 1A, 81 and 87. RGB value is (26,129,135). Sum of RGB (Red+Green+Blue) = 26+129+135=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A8187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8187 is #E57E78. Grayscale: #626262. Windows color (decimal): -15040121 or 8880410. OLE color: 8880410.
HSL color Cylindrical-coordinate representation of color #1A8187: hue angle of 183.3º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8187 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 129 | 135 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.47 |
| HSL | 183.3º | 0.68% | 0.32% | - |
| HSV(B) | 183.3º | 0.81% | 0.53% | - |
| XYZ | 12.65 | 17.67 | 25.67 | - |
| YUV | 98.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 135 | 0.81 | 0.04 | 0 | 0.47 | 183.3 | 0.68 | 0.32 |
| Hex | 1A | 81 | 87 | 51 | 4 | 0 | 2F | B7 | 44 | 20 |
| Octal | 32 | 201 | 207 | 121 | 4 | 0 | 57 | 267 | 104 | 40 |
| Binary | 11010 | 10000001 | 10000111 | 1010001 | 100 | 0 | 101111 | 10110111 | 1000100 | 100000 |
Color Harmonies of #1A8187
Complementary color
Monochromatic Colors of #1A8187
Black with #1A8187
Text Example
Text Example
White with #1A8187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8187; }
p { color: rgb(26,129,135); }
H1.HeaderClassName
{
color: #1A8187;
}
.AnyTagClassName
{
color: #1A8187;
}
</style>
background-color css
<style>
a { background-color: #1A8187; }
a { background-color: rgb(26,129,135); }
div.DivClassName
{
background-color: #1A8187;
}
.BgClassName
{
background-color: #1A8187;
}
</style>
border-color css
<style>
span { border-color: #1A8187; }
span { border-color: rgb(26,129,135); }
td.TdClassName
{
border-color: #1A8187;
}
.TagClassName
{
border-color: #1A8187;
}
</style>