Shades of Allports #186C96
Tints of Allports #186C96
RGB
CMYK
RGB Variations
Color information
#186C96 (or 0x186C96) is known color: Allports. HEX triplet: 18, 6C and 96. RGB value is (24,108,150). Sum of RGB (Red+Green+Blue) = 24+108+150=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #186C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186C96 is #E79369. Grayscale: #575757. Windows color (decimal): -15176554 or 9858072. OLE color: 9858072.
HSL color Cylindrical-coordinate representation of color #186C96: hue angle of 200º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186C96 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 108 | 150 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.41 |
| HSL | 200º | 0.72% | 0.34% | - |
| HSV(B) | 200º | 0.84% | 0.59% | - |
| XYZ | 11.24 | 13.12 | 30.79 | - |
| YUV | 87.67 | 163.17 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 150 | 0.84 | 0.28 | 0 | 0.41 | 200 | 0.72 | 0.34 |
| Hex | 18 | 6C | 96 | 54 | 1C | 0 | 29 | C8 | 48 | 22 |
| Octal | 30 | 154 | 226 | 124 | 34 | 0 | 51 | 310 | 110 | 42 |
| Binary | 11000 | 1101100 | 10010110 | 1010100 | 11100 | 0 | 101001 | 11001000 | 1001000 | 100010 |
Color Harmonies of #186C96
Complementary color
Monochromatic Colors of #186C96
Black with #186C96
Text Example
Text Example
White with #186C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C96; }
p { color: rgb(24,108,150); }
H1.HeaderClassName
{
color: #186C96;
}
.AnyTagClassName
{
color: #186C96;
}
</style>
background-color css
<style>
a { background-color: #186C96; }
a { background-color: rgb(24,108,150); }
div.DivClassName
{
background-color: #186C96;
}
.BgClassName
{
background-color: #186C96;
}
</style>
border-color css
<style>
span { border-color: #186C96; }
span { border-color: rgb(24,108,150); }
td.TdClassName
{
border-color: #186C96;
}
.TagClassName
{
border-color: #186C96;
}
</style>