Shades of Allports #126C79
Tints of Allports #126C79
RGB
CMYK
RGB Variations
Color information
#126C79 (or 0x126C79) is known color: Allports. HEX triplet: 12, 6C and 79. RGB value is (18,108,121). Sum of RGB (Red+Green+Blue) = 18+108+121=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #126C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C79 is #ED9386. Grayscale: #525252. Windows color (decimal): -15569799 or 7957522. OLE color: 7957522.
HSL color Cylindrical-coordinate representation of color #126C79: hue angle of 187.57º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126C79 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 108 | 121 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.53 |
| HSL | 187.57º | 0.74% | 0.27% | - |
| HSV(B) | 187.57º | 0.85% | 0.47% | - |
| XYZ | 9.06 | 12.23 | 19.97 | - |
| YUV | 82.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 121 | 0.85 | 0.11 | 0 | 0.53 | 187.57 | 0.74 | 0.27 |
| Hex | 12 | 6C | 79 | 55 | B | 0 | 35 | BC | 4A | 1B |
| Octal | 22 | 154 | 171 | 125 | 13 | 0 | 65 | 274 | 112 | 33 |
| Binary | 10010 | 1101100 | 1111001 | 1010101 | 1011 | 0 | 110101 | 10111100 | 1001010 | 11011 |
Color Harmonies of #126C79
Complementary color
Monochromatic Colors of #126C79
Black with #126C79
Text Example
Text Example
White with #126C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C79; }
p { color: rgb(18,108,121); }
H1.HeaderClassName
{
color: #126C79;
}
.AnyTagClassName
{
color: #126C79;
}
</style>
background-color css
<style>
a { background-color: #126C79; }
a { background-color: rgb(18,108,121); }
div.DivClassName
{
background-color: #126C79;
}
.BgClassName
{
background-color: #126C79;
}
</style>
border-color css
<style>
span { border-color: #126C79; }
span { border-color: rgb(18,108,121); }
td.TdClassName
{
border-color: #126C79;
}
.TagClassName
{
border-color: #126C79;
}
</style>