Shades of Blue Stone #186C5F
Tints of Blue Stone #186C5F
RGB
CMYK
RGB Variations
Color information
#186C5F (or 0x186C5F) is known color: Blue Stone. HEX triplet: 18, 6C and 5F. RGB value is (24,108,95). Sum of RGB (Red+Green+Blue) = 24+108+95=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #186C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186C5F is #E793A0. Grayscale: #515151. Windows color (decimal): -15176609 or 6253592. OLE color: 6253592.
HSL color Cylindrical-coordinate representation of color #186C5F: hue angle of 170.71º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186C5F is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 108 | 95 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.58 |
| HSL | 170.71º | 0.64% | 0.26% | - |
| HSV(B) | 170.71º | 0.78% | 0.42% | - |
| XYZ | 7.8 | 11.75 | 12.68 | - |
| YUV | 81.4 | 135.67 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 95 | 0.78 | 0 | 0.12 | 0.58 | 170.71 | 0.64 | 0.26 |
| Hex | 18 | 6C | 5F | 4E | 0 | C | 3A | AB | 40 | 1A |
| Octal | 30 | 154 | 137 | 116 | 0 | 14 | 72 | 253 | 100 | 32 |
| Binary | 11000 | 1101100 | 1011111 | 1001110 | 0 | 1100 | 111010 | 10101011 | 1000000 | 11010 |
Color Harmonies of #186C5F
Complementary color
Monochromatic Colors of #186C5F
Black with #186C5F
Text Example
Text Example
White with #186C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C5F; }
p { color: rgb(24,108,95); }
H1.HeaderClassName
{
color: #186C5F;
}
.AnyTagClassName
{
color: #186C5F;
}
</style>
background-color css
<style>
a { background-color: #186C5F; }
a { background-color: rgb(24,108,95); }
div.DivClassName
{
background-color: #186C5F;
}
.BgClassName
{
background-color: #186C5F;
}
</style>
border-color css
<style>
span { border-color: #186C5F; }
span { border-color: rgb(24,108,95); }
td.TdClassName
{
border-color: #186C5F;
}
.TagClassName
{
border-color: #186C5F;
}
</style>