Shades of Allports #126E80
Tints of Allports #126E80
RGB
CMYK
RGB Variations
Color information
#126E80 (or 0x126E80) is known color: Allports. HEX triplet: 12, 6E and 80. RGB value is (18,110,128). Sum of RGB (Red+Green+Blue) = 18+110+128=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #126E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E80 is #ED917F. Grayscale: #545454. Windows color (decimal): -15569280 or 8416786. OLE color: 8416786.
HSL color Cylindrical-coordinate representation of color #126E80: hue angle of 189.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126E80 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 110 | 128 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.50 |
| HSL | 189.82º | 0.75% | 0.29% | - |
| HSV(B) | 189.82º | 0.86% | 0.5% | - |
| XYZ | 9.72 | 12.84 | 22.39 | - |
| YUV | 84.54 | 152.52 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 128 | 0.86 | 0.14 | 0 | 0.50 | 189.82 | 0.75 | 0.29 |
| Hex | 12 | 6E | 80 | 56 | E | 0 | 32 | BE | 4B | 1D |
| Octal | 22 | 156 | 200 | 126 | 16 | 0 | 62 | 276 | 113 | 35 |
| Binary | 10010 | 1101110 | 10000000 | 1010110 | 1110 | 0 | 110010 | 10111110 | 1001011 | 11101 |
Color Harmonies of #126E80
Complementary color
Monochromatic Colors of #126E80
Black with #126E80
Text Example
Text Example
White with #126E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E80; }
p { color: rgb(18,110,128); }
H1.HeaderClassName
{
color: #126E80;
}
.AnyTagClassName
{
color: #126E80;
}
</style>
background-color css
<style>
a { background-color: #126E80; }
a { background-color: rgb(18,110,128); }
div.DivClassName
{
background-color: #126E80;
}
.BgClassName
{
background-color: #126E80;
}
</style>
border-color css
<style>
span { border-color: #126E80; }
span { border-color: rgb(18,110,128); }
td.TdClassName
{
border-color: #126E80;
}
.TagClassName
{
border-color: #126E80;
}
</style>