Shades of Allports #156B74
Tints of Allports #156B74
RGB
CMYK
RGB Variations
Color information
#156B74 (or 0x156B74) is known color: Allports. HEX triplet: 15, 6B and 74. RGB value is (21,107,116). Sum of RGB (Red+Green+Blue) = 21+107+116=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #156B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B74 is #EA948B. Grayscale: #525252. Windows color (decimal): -15373452 or 7629589. OLE color: 7629589.
HSL color Cylindrical-coordinate representation of color #156B74: hue angle of 185.68º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156B74 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 107 | 116 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.55 |
| HSL | 185.68º | 0.69% | 0.27% | - |
| HSV(B) | 185.68º | 0.82% | 0.45% | - |
| XYZ | 8.72 | 11.94 | 18.37 | - |
| YUV | 82.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 116 | 0.82 | 0.08 | 0 | 0.55 | 185.68 | 0.69 | 0.27 |
| Hex | 15 | 6B | 74 | 52 | 8 | 0 | 37 | BA | 45 | 1B |
| Octal | 25 | 153 | 164 | 122 | 10 | 0 | 67 | 272 | 105 | 33 |
| Binary | 10101 | 1101011 | 1110100 | 1010010 | 1000 | 0 | 110111 | 10111010 | 1000101 | 11011 |
Color Harmonies of #156B74
Complementary color
Monochromatic Colors of #156B74
Black with #156B74
Text Example
Text Example
White with #156B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B74; }
p { color: rgb(21,107,116); }
H1.HeaderClassName
{
color: #156B74;
}
.AnyTagClassName
{
color: #156B74;
}
</style>
background-color css
<style>
a { background-color: #156B74; }
a { background-color: rgb(21,107,116); }
div.DivClassName
{
background-color: #156B74;
}
.BgClassName
{
background-color: #156B74;
}
</style>
border-color css
<style>
span { border-color: #156B74; }
span { border-color: rgb(21,107,116); }
td.TdClassName
{
border-color: #156B74;
}
.TagClassName
{
border-color: #156B74;
}
</style>