Shades of Allports #186E77
Tints of Allports #186E77
RGB
CMYK
RGB Variations
Color information
#186E77 (or 0x186E77) is known color: Allports. HEX triplet: 18, 6E and 77. RGB value is (24,110,119). Sum of RGB (Red+Green+Blue) = 24+110+119=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #186E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E77 is #E79188. Grayscale: #555555. Windows color (decimal): -15176073 or 7826968. OLE color: 7826968.
HSL color Cylindrical-coordinate representation of color #186E77: hue angle of 185.68º 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 #186E77 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 110 | 119 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.53 |
| HSL | 185.68º | 0.66% | 0.28% | - |
| HSV(B) | 185.68º | 0.8% | 0.47% | - |
| XYZ | 9.28 | 12.68 | 19.41 | - |
| YUV | 85.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 119 | 0.80 | 0.08 | 0 | 0.53 | 185.68 | 0.66 | 0.28 |
| Hex | 18 | 6E | 77 | 50 | 8 | 0 | 35 | BA | 42 | 1C |
| Octal | 30 | 156 | 167 | 120 | 10 | 0 | 65 | 272 | 102 | 34 |
| Binary | 11000 | 1101110 | 1110111 | 1010000 | 1000 | 0 | 110101 | 10111010 | 1000010 | 11100 |
Color Harmonies of #186E77
Complementary color
Monochromatic Colors of #186E77
Black with #186E77
Text Example
Text Example
White with #186E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E77; }
p { color: rgb(24,110,119); }
H1.HeaderClassName
{
color: #186E77;
}
.AnyTagClassName
{
color: #186E77;
}
</style>
background-color css
<style>
a { background-color: #186E77; }
a { background-color: rgb(24,110,119); }
div.DivClassName
{
background-color: #186E77;
}
.BgClassName
{
background-color: #186E77;
}
</style>
border-color css
<style>
span { border-color: #186E77; }
span { border-color: rgb(24,110,119); }
td.TdClassName
{
border-color: #186E77;
}
.TagClassName
{
border-color: #186E77;
}
</style>