Shades of Allports #146B73
Tints of Allports #146B73
RGB
CMYK
RGB Variations
Color information
#146B73 (or 0x146B73) is known color: Allports. HEX triplet: 14, 6B and 73. RGB value is (20,107,115). Sum of RGB (Red+Green+Blue) = 20+107+115=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 107 (42.19% from 255 or 44.21% 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 #146B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146B73 is #EB948C. Grayscale: #515151. Windows color (decimal): -15438989 or 7564052. OLE color: 7564052.
HSL color Cylindrical-coordinate representation of color #146B73: hue angle of 185.05º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146B73 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 107 | 115 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.55 |
| HSL | 185.05º | 0.7% | 0.26% | - |
| HSV(B) | 185.05º | 0.83% | 0.45% | - |
| XYZ | 8.64 | 11.9 | 18.06 | - |
| YUV | 81.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 115 | 0.83 | 0.07 | 0 | 0.55 | 185.05 | 0.7 | 0.26 |
| Hex | 14 | 6B | 73 | 53 | 7 | 0 | 37 | B9 | 46 | 1A |
| Octal | 24 | 153 | 163 | 123 | 7 | 0 | 67 | 271 | 106 | 32 |
| Binary | 10100 | 1101011 | 1110011 | 1010011 | 111 | 0 | 110111 | 10111001 | 1000110 | 11010 |
Color Harmonies of #146B73
Complementary color
Monochromatic Colors of #146B73
Black with #146B73
Text Example
Text Example
White with #146B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146B73; }
p { color: rgb(20,107,115); }
H1.HeaderClassName
{
color: #146B73;
}
.AnyTagClassName
{
color: #146B73;
}
</style>
background-color css
<style>
a { background-color: #146B73; }
a { background-color: rgb(20,107,115); }
div.DivClassName
{
background-color: #146B73;
}
.BgClassName
{
background-color: #146B73;
}
</style>
border-color css
<style>
span { border-color: #146B73; }
span { border-color: rgb(20,107,115); }
td.TdClassName
{
border-color: #146B73;
}
.TagClassName
{
border-color: #146B73;
}
</style>