Shades of Allports #146F74
Tints of Allports #146F74
RGB
CMYK
RGB Variations
Color information
#146F74 (or 0x146F74) is known color: Allports. HEX triplet: 14, 6F and 74. RGB value is (20,111,116). Sum of RGB (Red+Green+Blue) = 20+111+116=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #146F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F74 is #EB908B. Grayscale: #545454. Windows color (decimal): -15437964 or 7630612. OLE color: 7630612.
HSL color Cylindrical-coordinate representation of color #146F74: hue angle of 183.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146F74 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 111 | 116 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.55 |
| HSL | 183.13º | 0.71% | 0.27% | - |
| HSV(B) | 183.13º | 0.83% | 0.45% | - |
| XYZ | 9.13 | 12.78 | 18.51 | - |
| YUV | 84.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 116 | 0.83 | 0.04 | 0 | 0.55 | 183.13 | 0.71 | 0.27 |
| Hex | 14 | 6F | 74 | 53 | 4 | 0 | 37 | B7 | 47 | 1B |
| Octal | 24 | 157 | 164 | 123 | 4 | 0 | 67 | 267 | 107 | 33 |
| Binary | 10100 | 1101111 | 1110100 | 1010011 | 100 | 0 | 110111 | 10110111 | 1000111 | 11011 |
Color Harmonies of #146F74
Complementary color
Monochromatic Colors of #146F74
Black with #146F74
Text Example
Text Example
White with #146F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F74; }
p { color: rgb(20,111,116); }
H1.HeaderClassName
{
color: #146F74;
}
.AnyTagClassName
{
color: #146F74;
}
</style>
background-color css
<style>
a { background-color: #146F74; }
a { background-color: rgb(20,111,116); }
div.DivClassName
{
background-color: #146F74;
}
.BgClassName
{
background-color: #146F74;
}
</style>
border-color css
<style>
span { border-color: #146F74; }
span { border-color: rgb(20,111,116); }
td.TdClassName
{
border-color: #146F74;
}
.TagClassName
{
border-color: #146F74;
}
</style>