Shades of Allports #126C76
Tints of Allports #126C76
RGB
CMYK
RGB Variations
Color information
#126C76 (or 0x126C76) is known color: Allports. HEX triplet: 12, 6C and 76. RGB value is (18,108,118). Sum of RGB (Red+Green+Blue) = 18+108+118=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #126C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C76 is #ED9389. Grayscale: #525252. Windows color (decimal): -15569802 or 7760914. OLE color: 7760914.
HSL color Cylindrical-coordinate representation of color #126C76: hue angle of 186º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126C76 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 108 | 118 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.54 |
| HSL | 186º | 0.74% | 0.27% | - |
| HSV(B) | 186º | 0.85% | 0.46% | - |
| XYZ | 8.88 | 12.16 | 19.02 | - |
| YUV | 82.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 118 | 0.85 | 0.08 | 0 | 0.54 | 186 | 0.74 | 0.27 |
| Hex | 12 | 6C | 76 | 55 | 8 | 0 | 36 | BA | 4A | 1B |
| Octal | 22 | 154 | 166 | 125 | 10 | 0 | 66 | 272 | 112 | 33 |
| Binary | 10010 | 1101100 | 1110110 | 1010101 | 1000 | 0 | 110110 | 10111010 | 1001010 | 11011 |
Color Harmonies of #126C76
Complementary color
Monochromatic Colors of #126C76
Black with #126C76
Text Example
Text Example
White with #126C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C76; }
p { color: rgb(18,108,118); }
H1.HeaderClassName
{
color: #126C76;
}
.AnyTagClassName
{
color: #126C76;
}
</style>
background-color css
<style>
a { background-color: #126C76; }
a { background-color: rgb(18,108,118); }
div.DivClassName
{
background-color: #126C76;
}
.BgClassName
{
background-color: #126C76;
}
</style>
border-color css
<style>
span { border-color: #126C76; }
span { border-color: rgb(18,108,118); }
td.TdClassName
{
border-color: #126C76;
}
.TagClassName
{
border-color: #126C76;
}
</style>