Shades of Allports #186D7C
Tints of Allports #186D7C
RGB
CMYK
RGB Variations
Color information
#186D7C (or 0x186D7C) is known color: Allports. HEX triplet: 18, 6D and 7C. RGB value is (24,109,124). Sum of RGB (Red+Green+Blue) = 24+109+124=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #186D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D7C is #E79283. Grayscale: #555555. Windows color (decimal): -15176324 or 8154392. OLE color: 8154392.
HSL color Cylindrical-coordinate representation of color #186D7C: hue angle of 189º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186D7C is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 109 | 124 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.51 |
| HSL | 189º | 0.68% | 0.29% | - |
| HSV(B) | 189º | 0.81% | 0.49% | - |
| XYZ | 9.48 | 12.59 | 21 | - |
| YUV | 85.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 124 | 0.81 | 0.12 | 0 | 0.51 | 189 | 0.68 | 0.29 |
| Hex | 18 | 6D | 7C | 51 | C | 0 | 33 | BD | 44 | 1D |
| Octal | 30 | 155 | 174 | 121 | 14 | 0 | 63 | 275 | 104 | 35 |
| Binary | 11000 | 1101101 | 1111100 | 1010001 | 1100 | 0 | 110011 | 10111101 | 1000100 | 11101 |
Color Harmonies of #186D7C
Complementary color
Monochromatic Colors of #186D7C
Black with #186D7C
Text Example
Text Example
White with #186D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D7C; }
p { color: rgb(24,109,124); }
H1.HeaderClassName
{
color: #186D7C;
}
.AnyTagClassName
{
color: #186D7C;
}
</style>
background-color css
<style>
a { background-color: #186D7C; }
a { background-color: rgb(24,109,124); }
div.DivClassName
{
background-color: #186D7C;
}
.BgClassName
{
background-color: #186D7C;
}
</style>
border-color css
<style>
span { border-color: #186D7C; }
span { border-color: rgb(24,109,124); }
td.TdClassName
{
border-color: #186D7C;
}
.TagClassName
{
border-color: #186D7C;
}
</style>