Shades of Atoll #1A7376
Tints of Atoll #1A7376
RGB
CMYK
RGB Variations
Color information
#1A7376 (or 0x1A7376) is known color: Atoll. HEX triplet: 1A, 73 and 76. RGB value is (26,115,118). Sum of RGB (Red+Green+Blue) = 26+115+118=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7376 is #E58C89. Grayscale: #585858. Windows color (decimal): -15043722 or 7762714. OLE color: 7762714.
HSL color Cylindrical-coordinate representation of color #1A7376: hue angle of 181.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7376 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 115 | 118 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.54 |
| HSL | 181.96º | 0.64% | 0.28% | - |
| HSV(B) | 181.96º | 0.78% | 0.46% | - |
| XYZ | 9.83 | 13.79 | 19.28 | - |
| YUV | 88.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 115 | 118 | 0.78 | 0.03 | 0 | 0.54 | 181.96 | 0.64 | 0.28 |
| Hex | 1A | 73 | 76 | 4E | 3 | 0 | 36 | B6 | 40 | 1C |
| Octal | 32 | 163 | 166 | 116 | 3 | 0 | 66 | 266 | 100 | 34 |
| Binary | 11010 | 1110011 | 1110110 | 1001110 | 11 | 0 | 110110 | 10110110 | 1000000 | 11100 |
Color Harmonies of #1A7376
Complementary color
Monochromatic Colors of #1A7376
Black with #1A7376
Text Example
Text Example
White with #1A7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7376; }
p { color: rgb(26,115,118); }
H1.HeaderClassName
{
color: #1A7376;
}
.AnyTagClassName
{
color: #1A7376;
}
</style>
background-color css
<style>
a { background-color: #1A7376; }
a { background-color: rgb(26,115,118); }
div.DivClassName
{
background-color: #1A7376;
}
.BgClassName
{
background-color: #1A7376;
}
</style>
border-color css
<style>
span { border-color: #1A7376; }
span { border-color: rgb(26,115,118); }
td.TdClassName
{
border-color: #1A7376;
}
.TagClassName
{
border-color: #1A7376;
}
</style>