Shades of Allports #156B73
Tints of Allports #156B73
RGB
CMYK
RGB Variations
Color information
#156B73 (or 0x156B73) is known color: Allports. HEX triplet: 15, 6B and 73. RGB value is (21,107,115). Sum of RGB (Red+Green+Blue) = 21+107+115=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #156B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B73 is #EA948C. Grayscale: #525252. Windows color (decimal): -15373453 or 7564053. OLE color: 7564053.
HSL color Cylindrical-coordinate representation of color #156B73: hue angle of 185.11º 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 #156B73 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 107 | 115 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.55 |
| HSL | 185.11º | 0.69% | 0.27% | - |
| HSV(B) | 185.11º | 0.82% | 0.45% | - |
| XYZ | 8.66 | 11.91 | 18.06 | - |
| YUV | 82.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 115 | 0.82 | 0.07 | 0 | 0.55 | 185.11 | 0.69 | 0.27 |
| Hex | 15 | 6B | 73 | 52 | 7 | 0 | 37 | B9 | 45 | 1B |
| Octal | 25 | 153 | 163 | 122 | 7 | 0 | 67 | 271 | 105 | 33 |
| Binary | 10101 | 1101011 | 1110011 | 1010010 | 111 | 0 | 110111 | 10111001 | 1000101 | 11011 |
Color Harmonies of #156B73
Complementary color
Monochromatic Colors of #156B73
Black with #156B73
Text Example
Text Example
White with #156B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156B73; }
p { color: rgb(21,107,115); }
H1.HeaderClassName
{
color: #156B73;
}
.AnyTagClassName
{
color: #156B73;
}
</style>
background-color css
<style>
a { background-color: #156B73; }
a { background-color: rgb(21,107,115); }
div.DivClassName
{
background-color: #156B73;
}
.BgClassName
{
background-color: #156B73;
}
</style>
border-color css
<style>
span { border-color: #156B73; }
span { border-color: rgb(21,107,115); }
td.TdClassName
{
border-color: #156B73;
}
.TagClassName
{
border-color: #156B73;
}
</style>