Shades of Allports #186A77
Tints of Allports #186A77
RGB
CMYK
RGB Variations
Color information
#186A77 (or 0x186A77) is known color: Allports. HEX triplet: 18, 6A and 77. RGB value is (24,106,119). Sum of RGB (Red+Green+Blue) = 24+106+119=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #186A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A77 is #E79588. Grayscale: #525252. Windows color (decimal): -15177097 or 7825944. OLE color: 7825944.
HSL color Cylindrical-coordinate representation of color #186A77: hue angle of 188.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186A77 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 106 | 119 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.53 |
| HSL | 188.21º | 0.66% | 0.28% | - |
| HSV(B) | 188.21º | 0.8% | 0.47% | - |
| XYZ | 8.86 | 11.83 | 19.27 | - |
| YUV | 82.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 119 | 0.80 | 0.11 | 0 | 0.53 | 188.21 | 0.66 | 0.28 |
| Hex | 18 | 6A | 77 | 50 | B | 0 | 35 | BC | 42 | 1C |
| Octal | 30 | 152 | 167 | 120 | 13 | 0 | 65 | 274 | 102 | 34 |
| Binary | 11000 | 1101010 | 1110111 | 1010000 | 1011 | 0 | 110101 | 10111100 | 1000010 | 11100 |
Color Harmonies of #186A77
Complementary color
Monochromatic Colors of #186A77
Black with #186A77
Text Example
Text Example
White with #186A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A77; }
p { color: rgb(24,106,119); }
H1.HeaderClassName
{
color: #186A77;
}
.AnyTagClassName
{
color: #186A77;
}
</style>
background-color css
<style>
a { background-color: #186A77; }
a { background-color: rgb(24,106,119); }
div.DivClassName
{
background-color: #186A77;
}
.BgClassName
{
background-color: #186A77;
}
</style>
border-color css
<style>
span { border-color: #186A77; }
span { border-color: rgb(24,106,119); }
td.TdClassName
{
border-color: #186A77;
}
.TagClassName
{
border-color: #186A77;
}
</style>