Shades of Allports #186A71
Tints of Allports #186A71
RGB
CMYK
RGB Variations
Color information
#186A71 (or 0x186A71) is known color: Allports. HEX triplet: 18, 6A and 71. RGB value is (24,106,113). Sum of RGB (Red+Green+Blue) = 24+106+113=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #186A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A71 is #E7958E. Grayscale: #525252. Windows color (decimal): -15177103 or 7432728. OLE color: 7432728.
HSL color Cylindrical-coordinate representation of color #186A71: hue angle of 184.72º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186A71 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 106 | 113 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.56 |
| HSL | 184.72º | 0.65% | 0.27% | - |
| HSV(B) | 184.72º | 0.79% | 0.44% | - |
| XYZ | 8.51 | 11.69 | 17.43 | - |
| YUV | 82.28 | 145.33 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 113 | 0.79 | 0.06 | 0 | 0.56 | 184.72 | 0.65 | 0.27 |
| Hex | 18 | 6A | 71 | 4F | 6 | 0 | 38 | B9 | 41 | 1B |
| Octal | 30 | 152 | 161 | 117 | 6 | 0 | 70 | 271 | 101 | 33 |
| Binary | 11000 | 1101010 | 1110001 | 1001111 | 110 | 0 | 111000 | 10111001 | 1000001 | 11011 |
Color Harmonies of #186A71
Complementary color
Monochromatic Colors of #186A71
Black with #186A71
Text Example
Text Example
White with #186A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A71; }
p { color: rgb(24,106,113); }
H1.HeaderClassName
{
color: #186A71;
}
.AnyTagClassName
{
color: #186A71;
}
</style>
background-color css
<style>
a { background-color: #186A71; }
a { background-color: rgb(24,106,113); }
div.DivClassName
{
background-color: #186A71;
}
.BgClassName
{
background-color: #186A71;
}
</style>
border-color css
<style>
span { border-color: #186A71; }
span { border-color: rgb(24,106,113); }
td.TdClassName
{
border-color: #186A71;
}
.TagClassName
{
border-color: #186A71;
}
</style>