Shades of Allports #126C7E
Tints of Allports #126C7E
RGB
CMYK
RGB Variations
Color information
#126C7E (or 0x126C7E) is known color: Allports. HEX triplet: 12, 6C and 7E. RGB value is (18,108,126). Sum of RGB (Red+Green+Blue) = 18+108+126=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #126C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C7E is #ED9381. Grayscale: #525252. Windows color (decimal): -15569794 or 8285202. OLE color: 8285202.
HSL color Cylindrical-coordinate representation of color #126C7E: hue angle of 190º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126C7E is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 108 | 126 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.51 |
| HSL | 190º | 0.75% | 0.28% | - |
| HSV(B) | 190º | 0.86% | 0.49% | - |
| XYZ | 9.38 | 12.36 | 21.63 | - |
| YUV | 83.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 126 | 0.86 | 0.14 | 0 | 0.51 | 190 | 0.75 | 0.28 |
| Hex | 12 | 6C | 7E | 56 | E | 0 | 33 | BE | 4B | 1C |
| Octal | 22 | 154 | 176 | 126 | 16 | 0 | 63 | 276 | 113 | 34 |
| Binary | 10010 | 1101100 | 1111110 | 1010110 | 1110 | 0 | 110011 | 10111110 | 1001011 | 11100 |
Color Harmonies of #126C7E
Complementary color
Monochromatic Colors of #126C7E
Black with #126C7E
Text Example
Text Example
White with #126C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C7E; }
p { color: rgb(18,108,126); }
H1.HeaderClassName
{
color: #126C7E;
}
.AnyTagClassName
{
color: #126C7E;
}
</style>
background-color css
<style>
a { background-color: #126C7E; }
a { background-color: rgb(18,108,126); }
div.DivClassName
{
background-color: #126C7E;
}
.BgClassName
{
background-color: #126C7E;
}
</style>
border-color css
<style>
span { border-color: #126C7E; }
span { border-color: rgb(18,108,126); }
td.TdClassName
{
border-color: #126C7E;
}
.TagClassName
{
border-color: #126C7E;
}
</style>