Shades of Allports #186C75
Tints of Allports #186C75
RGB
CMYK
RGB Variations
Color information
#186C75 (or 0x186C75) is known color: Allports. HEX triplet: 18, 6C and 75. RGB value is (24,108,117). Sum of RGB (Red+Green+Blue) = 24+108+117=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #186C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186C75 is #E7938A. Grayscale: #535353. Windows color (decimal): -15176587 or 7695384. OLE color: 7695384.
HSL color Cylindrical-coordinate representation of color #186C75: hue angle of 185.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186C75 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 108 | 117 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.54 |
| HSL | 185.81º | 0.66% | 0.28% | - |
| HSV(B) | 185.81º | 0.79% | 0.46% | - |
| XYZ | 8.95 | 12.2 | 18.71 | - |
| YUV | 83.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 117 | 0.79 | 0.08 | 0 | 0.54 | 185.81 | 0.66 | 0.28 |
| Hex | 18 | 6C | 75 | 4F | 8 | 0 | 36 | BA | 42 | 1C |
| Octal | 30 | 154 | 165 | 117 | 10 | 0 | 66 | 272 | 102 | 34 |
| Binary | 11000 | 1101100 | 1110101 | 1001111 | 1000 | 0 | 110110 | 10111010 | 1000010 | 11100 |
Color Harmonies of #186C75
Complementary color
Monochromatic Colors of #186C75
Black with #186C75
Text Example
Text Example
White with #186C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C75; }
p { color: rgb(24,108,117); }
H1.HeaderClassName
{
color: #186C75;
}
.AnyTagClassName
{
color: #186C75;
}
</style>
background-color css
<style>
a { background-color: #186C75; }
a { background-color: rgb(24,108,117); }
div.DivClassName
{
background-color: #186C75;
}
.BgClassName
{
background-color: #186C75;
}
</style>
border-color css
<style>
span { border-color: #186C75; }
span { border-color: rgb(24,108,117); }
td.TdClassName
{
border-color: #186C75;
}
.TagClassName
{
border-color: #186C75;
}
</style>