Shades of Allports #126C74
Tints of Allports #126C74
RGB
CMYK
RGB Variations
Color information
#126C74 (or 0x126C74) is known color: Allports. HEX triplet: 12, 6C and 74. RGB value is (18,108,116). Sum of RGB (Red+Green+Blue) = 18+108+116=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #126C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C74 is #ED938B. Grayscale: #515151. Windows color (decimal): -15569804 or 7629842. OLE color: 7629842.
HSL color Cylindrical-coordinate representation of color #126C74: hue angle of 184.9º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126C74 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 108 | 116 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.55 |
| HSL | 184.9º | 0.73% | 0.26% | - |
| HSV(B) | 184.9º | 0.84% | 0.45% | - |
| XYZ | 8.76 | 12.11 | 18.4 | - |
| YUV | 82 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 116 | 0.84 | 0.07 | 0 | 0.55 | 184.9 | 0.73 | 0.26 |
| Hex | 12 | 6C | 74 | 54 | 7 | 0 | 37 | B9 | 49 | 1A |
| Octal | 22 | 154 | 164 | 124 | 7 | 0 | 67 | 271 | 111 | 32 |
| Binary | 10010 | 1101100 | 1110100 | 1010100 | 111 | 0 | 110111 | 10111001 | 1001001 | 11010 |
Color Harmonies of #126C74
Complementary color
Monochromatic Colors of #126C74
Black with #126C74
Text Example
Text Example
White with #126C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C74; }
p { color: rgb(18,108,116); }
H1.HeaderClassName
{
color: #126C74;
}
.AnyTagClassName
{
color: #126C74;
}
</style>
background-color css
<style>
a { background-color: #126C74; }
a { background-color: rgb(18,108,116); }
div.DivClassName
{
background-color: #126C74;
}
.BgClassName
{
background-color: #126C74;
}
</style>
border-color css
<style>
span { border-color: #126C74; }
span { border-color: rgb(18,108,116); }
td.TdClassName
{
border-color: #126C74;
}
.TagClassName
{
border-color: #126C74;
}
</style>