Shades of Allports #156C76
Tints of Allports #156C76
RGB
CMYK
RGB Variations
Color information
#156C76 (or 0x156C76) is known color: Allports. HEX triplet: 15, 6C and 76. RGB value is (21,108,118). Sum of RGB (Red+Green+Blue) = 21+108+118=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #156C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C76 is #EA9389. Grayscale: #535353. Windows color (decimal): -15373194 or 7760917. OLE color: 7760917.
HSL color Cylindrical-coordinate representation of color #156C76: hue angle of 186.19º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156C76 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 108 | 118 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.54 |
| HSL | 186.19º | 0.7% | 0.27% | - |
| HSV(B) | 186.19º | 0.82% | 0.46% | - |
| XYZ | 8.94 | 12.19 | 19.02 | - |
| YUV | 83.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 118 | 0.82 | 0.08 | 0 | 0.54 | 186.19 | 0.7 | 0.27 |
| Hex | 15 | 6C | 76 | 52 | 8 | 0 | 36 | BA | 46 | 1B |
| Octal | 25 | 154 | 166 | 122 | 10 | 0 | 66 | 272 | 106 | 33 |
| Binary | 10101 | 1101100 | 1110110 | 1010010 | 1000 | 0 | 110110 | 10111010 | 1000110 | 11011 |
Color Harmonies of #156C76
Complementary color
Monochromatic Colors of #156C76
Black with #156C76
Text Example
Text Example
White with #156C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156C76; }
p { color: rgb(21,108,118); }
H1.HeaderClassName
{
color: #156C76;
}
.AnyTagClassName
{
color: #156C76;
}
</style>
background-color css
<style>
a { background-color: #156C76; }
a { background-color: rgb(21,108,118); }
div.DivClassName
{
background-color: #156C76;
}
.BgClassName
{
background-color: #156C76;
}
</style>
border-color css
<style>
span { border-color: #156C76; }
span { border-color: rgb(21,108,118); }
td.TdClassName
{
border-color: #156C76;
}
.TagClassName
{
border-color: #156C76;
}
</style>