Shades of Allports #186D77
Tints of Allports #186D77
RGB
CMYK
RGB Variations
Color information
#186D77 (or 0x186D77) is known color: Allports. HEX triplet: 18, 6D and 77. RGB value is (24,109,119). Sum of RGB (Red+Green+Blue) = 24+109+119=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #186D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D77 is #E79288. Grayscale: #545454. Windows color (decimal): -15176329 or 7826712. OLE color: 7826712.
HSL color Cylindrical-coordinate representation of color #186D77: hue angle of 186.32º 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 #186D77 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 109 | 119 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.53 |
| HSL | 186.32º | 0.66% | 0.28% | - |
| HSV(B) | 186.32º | 0.8% | 0.47% | - |
| XYZ | 9.18 | 12.46 | 19.37 | - |
| YUV | 84.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 119 | 0.80 | 0.08 | 0 | 0.53 | 186.32 | 0.66 | 0.28 |
| Hex | 18 | 6D | 77 | 50 | 8 | 0 | 35 | BA | 42 | 1C |
| Octal | 30 | 155 | 167 | 120 | 10 | 0 | 65 | 272 | 102 | 34 |
| Binary | 11000 | 1101101 | 1110111 | 1010000 | 1000 | 0 | 110101 | 10111010 | 1000010 | 11100 |
Color Harmonies of #186D77
Complementary color
Monochromatic Colors of #186D77
Black with #186D77
Text Example
Text Example
White with #186D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D77; }
p { color: rgb(24,109,119); }
H1.HeaderClassName
{
color: #186D77;
}
.AnyTagClassName
{
color: #186D77;
}
</style>
background-color css
<style>
a { background-color: #186D77; }
a { background-color: rgb(24,109,119); }
div.DivClassName
{
background-color: #186D77;
}
.BgClassName
{
background-color: #186D77;
}
</style>
border-color css
<style>
span { border-color: #186D77; }
span { border-color: rgb(24,109,119); }
td.TdClassName
{
border-color: #186D77;
}
.TagClassName
{
border-color: #186D77;
}
</style>