Shades of Blue Stone #186C5B
Tints of Blue Stone #186C5B
RGB
CMYK
RGB Variations
Color information
#186C5B (or 0x186C5B) is known color: Blue Stone. HEX triplet: 18, 6C and 5B. RGB value is (24,108,91). Sum of RGB (Red+Green+Blue) = 24+108+91=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #186C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186C5B is #E793A4. Grayscale: #505050. Windows color (decimal): -15176613 or 5991448. OLE color: 5991448.
HSL color Cylindrical-coordinate representation of color #186C5B: hue angle of 167.86º 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 #186C5B is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 108 | 91 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.58 |
| HSL | 167.86º | 0.64% | 0.26% | - |
| HSV(B) | 167.86º | 0.78% | 0.42% | - |
| XYZ | 7.63 | 11.67 | 11.75 | - |
| YUV | 80.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 91 | 0.78 | 0 | 0.16 | 0.58 | 167.86 | 0.64 | 0.26 |
| Hex | 18 | 6C | 5B | 4E | 0 | 10 | 3A | A8 | 40 | 1A |
| Octal | 30 | 154 | 133 | 116 | 0 | 20 | 72 | 250 | 100 | 32 |
| Binary | 11000 | 1101100 | 1011011 | 1001110 | 0 | 10000 | 111010 | 10101000 | 1000000 | 11010 |
Color Harmonies of #186C5B
Complementary color
Monochromatic Colors of #186C5B
Black with #186C5B
Text Example
Text Example
White with #186C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C5B; }
p { color: rgb(24,108,91); }
H1.HeaderClassName
{
color: #186C5B;
}
.AnyTagClassName
{
color: #186C5B;
}
</style>
background-color css
<style>
a { background-color: #186C5B; }
a { background-color: rgb(24,108,91); }
div.DivClassName
{
background-color: #186C5B;
}
.BgClassName
{
background-color: #186C5B;
}
</style>
border-color css
<style>
span { border-color: #186C5B; }
span { border-color: rgb(24,108,91); }
td.TdClassName
{
border-color: #186C5B;
}
.TagClassName
{
border-color: #186C5B;
}
</style>