Shades of Allports #186E7F
Tints of Allports #186E7F
RGB
CMYK
RGB Variations
Color information
#186E7F (or 0x186E7F) is known color: Allports. HEX triplet: 18, 6E and 7F. RGB value is (24,110,127). Sum of RGB (Red+Green+Blue) = 24+110+127=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #186E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E7F is #E79180. Grayscale: #565656. Windows color (decimal): -15176065 or 8351256. OLE color: 8351256.
HSL color Cylindrical-coordinate representation of color #186E7F: hue angle of 189.9º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186E7F is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 110 | 127 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.50 |
| HSL | 189.9º | 0.68% | 0.3% | - |
| HSV(B) | 189.9º | 0.81% | 0.5% | - |
| XYZ | 9.78 | 12.88 | 22.05 | - |
| YUV | 86.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 127 | 0.81 | 0.13 | 0 | 0.50 | 189.9 | 0.68 | 0.3 |
| Hex | 18 | 6E | 7F | 51 | D | 0 | 32 | BE | 44 | 1E |
| Octal | 30 | 156 | 177 | 121 | 15 | 0 | 62 | 276 | 104 | 36 |
| Binary | 11000 | 1101110 | 1111111 | 1010001 | 1101 | 0 | 110010 | 10111110 | 1000100 | 11110 |
Color Harmonies of #186E7F
Complementary color
Monochromatic Colors of #186E7F
Black with #186E7F
Text Example
Text Example
White with #186E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E7F; }
p { color: rgb(24,110,127); }
H1.HeaderClassName
{
color: #186E7F;
}
.AnyTagClassName
{
color: #186E7F;
}
</style>
background-color css
<style>
a { background-color: #186E7F; }
a { background-color: rgb(24,110,127); }
div.DivClassName
{
background-color: #186E7F;
}
.BgClassName
{
background-color: #186E7F;
}
</style>
border-color css
<style>
span { border-color: #186E7F; }
span { border-color: rgb(24,110,127); }
td.TdClassName
{
border-color: #186E7F;
}
.TagClassName
{
border-color: #186E7F;
}
</style>