Shades of Allports #126D73
Tints of Allports #126D73
RGB
CMYK
RGB Variations
Color information
#126D73 (or 0x126D73) is known color: Allports. HEX triplet: 12, 6D and 73. RGB value is (18,109,115). Sum of RGB (Red+Green+Blue) = 18+109+115=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #126D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126D73 is #ED928C. Grayscale: #525252. Windows color (decimal): -15569549 or 7564562. OLE color: 7564562.
HSL color Cylindrical-coordinate representation of color #126D73: hue angle of 183.71º 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 #126D73 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 109 | 115 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.55 |
| HSL | 183.71º | 0.73% | 0.26% | - |
| HSV(B) | 183.71º | 0.84% | 0.45% | - |
| XYZ | 8.81 | 12.3 | 18.13 | - |
| YUV | 82.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 115 | 0.84 | 0.05 | 0 | 0.55 | 183.71 | 0.73 | 0.26 |
| Hex | 12 | 6D | 73 | 54 | 5 | 0 | 37 | B8 | 49 | 1A |
| Octal | 22 | 155 | 163 | 124 | 5 | 0 | 67 | 270 | 111 | 32 |
| Binary | 10010 | 1101101 | 1110011 | 1010100 | 101 | 0 | 110111 | 10111000 | 1001001 | 11010 |
Color Harmonies of #126D73
Complementary color
Monochromatic Colors of #126D73
Black with #126D73
Text Example
Text Example
White with #126D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126D73; }
p { color: rgb(18,109,115); }
H1.HeaderClassName
{
color: #126D73;
}
.AnyTagClassName
{
color: #126D73;
}
</style>
background-color css
<style>
a { background-color: #126D73; }
a { background-color: rgb(18,109,115); }
div.DivClassName
{
background-color: #126D73;
}
.BgClassName
{
background-color: #126D73;
}
</style>
border-color css
<style>
span { border-color: #126D73; }
span { border-color: rgb(18,109,115); }
td.TdClassName
{
border-color: #126D73;
}
.TagClassName
{
border-color: #126D73;
}
</style>