Shades of Allports #126E7A
Tints of Allports #126E7A
RGB
CMYK
RGB Variations
Color information
#126E7A (or 0x126E7A) is known color: Allports. HEX triplet: 12, 6E and 7A. RGB value is (18,110,122). Sum of RGB (Red+Green+Blue) = 18+110+122=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #126E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E7A is #ED9185. Grayscale: #535353. Windows color (decimal): -15569286 or 8023570. OLE color: 8023570.
HSL color Cylindrical-coordinate representation of color #126E7A: hue angle of 186.92º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126E7A is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 110 | 122 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.52 |
| HSL | 186.92º | 0.74% | 0.27% | - |
| HSV(B) | 186.92º | 0.85% | 0.48% | - |
| XYZ | 9.34 | 12.69 | 20.37 | - |
| YUV | 83.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 122 | 0.85 | 0.10 | 0 | 0.52 | 186.92 | 0.74 | 0.27 |
| Hex | 12 | 6E | 7A | 55 | A | 0 | 34 | BB | 4A | 1B |
| Octal | 22 | 156 | 172 | 125 | 12 | 0 | 64 | 273 | 112 | 33 |
| Binary | 10010 | 1101110 | 1111010 | 1010101 | 1010 | 0 | 110100 | 10111011 | 1001010 | 11011 |
Color Harmonies of #126E7A
Complementary color
Monochromatic Colors of #126E7A
Black with #126E7A
Text Example
Text Example
White with #126E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E7A; }
p { color: rgb(18,110,122); }
H1.HeaderClassName
{
color: #126E7A;
}
.AnyTagClassName
{
color: #126E7A;
}
</style>
background-color css
<style>
a { background-color: #126E7A; }
a { background-color: rgb(18,110,122); }
div.DivClassName
{
background-color: #126E7A;
}
.BgClassName
{
background-color: #126E7A;
}
</style>
border-color css
<style>
span { border-color: #126E7A; }
span { border-color: rgb(18,110,122); }
td.TdClassName
{
border-color: #126E7A;
}
.TagClassName
{
border-color: #126E7A;
}
</style>