Shades of Allports #186A75
Tints of Allports #186A75
RGB
CMYK
RGB Variations
Color information
#186A75 (or 0x186A75) is known color: Allports. HEX triplet: 18, 6A and 75. RGB value is (24,106,117). Sum of RGB (Red+Green+Blue) = 24+106+117=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #186A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A75 is #E7958A. Grayscale: #525252. Windows color (decimal): -15177099 or 7694872. OLE color: 7694872.
HSL color Cylindrical-coordinate representation of color #186A75: hue angle of 187.1º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186A75 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 106 | 117 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.54 |
| HSL | 187.1º | 0.66% | 0.28% | - |
| HSV(B) | 187.1º | 0.79% | 0.46% | - |
| XYZ | 8.74 | 11.79 | 18.64 | - |
| YUV | 82.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 117 | 0.79 | 0.09 | 0 | 0.54 | 187.1 | 0.66 | 0.28 |
| Hex | 18 | 6A | 75 | 4F | 9 | 0 | 36 | BB | 42 | 1C |
| Octal | 30 | 152 | 165 | 117 | 11 | 0 | 66 | 273 | 102 | 34 |
| Binary | 11000 | 1101010 | 1110101 | 1001111 | 1001 | 0 | 110110 | 10111011 | 1000010 | 11100 |
Color Harmonies of #186A75
Complementary color
Monochromatic Colors of #186A75
Black with #186A75
Text Example
Text Example
White with #186A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A75; }
p { color: rgb(24,106,117); }
H1.HeaderClassName
{
color: #186A75;
}
.AnyTagClassName
{
color: #186A75;
}
</style>
background-color css
<style>
a { background-color: #186A75; }
a { background-color: rgb(24,106,117); }
div.DivClassName
{
background-color: #186A75;
}
.BgClassName
{
background-color: #186A75;
}
</style>
border-color css
<style>
span { border-color: #186A75; }
span { border-color: rgb(24,106,117); }
td.TdClassName
{
border-color: #186A75;
}
.TagClassName
{
border-color: #186A75;
}
</style>