Shades of Allports #186F77
Tints of Allports #186F77
RGB
CMYK
RGB Variations
Color information
#186F77 (or 0x186F77) is known color: Allports. HEX triplet: 18, 6F and 77. RGB value is (24,111,119). Sum of RGB (Red+Green+Blue) = 24+111+119=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #186F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F77 is #E79088. Grayscale: #555555. Windows color (decimal): -15175817 or 7827224. OLE color: 7827224.
HSL color Cylindrical-coordinate representation of color #186F77: hue angle of 185.05º 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 #186F77 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 111 | 119 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.53 |
| HSL | 185.05º | 0.66% | 0.28% | - |
| HSV(B) | 185.05º | 0.8% | 0.47% | - |
| XYZ | 9.39 | 12.89 | 19.45 | - |
| YUV | 85.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 119 | 0.80 | 0.07 | 0 | 0.53 | 185.05 | 0.66 | 0.28 |
| Hex | 18 | 6F | 77 | 50 | 7 | 0 | 35 | B9 | 42 | 1C |
| Octal | 30 | 157 | 167 | 120 | 7 | 0 | 65 | 271 | 102 | 34 |
| Binary | 11000 | 1101111 | 1110111 | 1010000 | 111 | 0 | 110101 | 10111001 | 1000010 | 11100 |
Color Harmonies of #186F77
Complementary color
Monochromatic Colors of #186F77
Black with #186F77
Text Example
Text Example
White with #186F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F77; }
p { color: rgb(24,111,119); }
H1.HeaderClassName
{
color: #186F77;
}
.AnyTagClassName
{
color: #186F77;
}
</style>
background-color css
<style>
a { background-color: #186F77; }
a { background-color: rgb(24,111,119); }
div.DivClassName
{
background-color: #186F77;
}
.BgClassName
{
background-color: #186F77;
}
</style>
border-color css
<style>
span { border-color: #186F77; }
span { border-color: rgb(24,111,119); }
td.TdClassName
{
border-color: #186F77;
}
.TagClassName
{
border-color: #186F77;
}
</style>