Shades of Blue Stone #186B5E
Tints of Blue Stone #186B5E
RGB
CMYK
RGB Variations
Color information
#186B5E (or 0x186B5E) is known color: Blue Stone. HEX triplet: 18, 6B and 5E. RGB value is (24,107,94). Sum of RGB (Red+Green+Blue) = 24+107+94=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #186B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B5E is #E794A1. Grayscale: #505050. Windows color (decimal): -15176866 or 6187800. OLE color: 6187800.
HSL color Cylindrical-coordinate representation of color #186B5E: hue angle of 170.6º degrees, saturation: 0.63, 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 #186B5E is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 94 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.58 |
| HSL | 170.6º | 0.63% | 0.26% | - |
| HSV(B) | 170.6º | 0.78% | 0.42% | - |
| XYZ | 7.65 | 11.52 | 12.41 | - |
| YUV | 80.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 94 | 0.78 | 0 | 0.12 | 0.58 | 170.6 | 0.63 | 0.26 |
| Hex | 18 | 6B | 5E | 4E | 0 | C | 3A | AB | 3F | 1A |
| Octal | 30 | 153 | 136 | 116 | 0 | 14 | 72 | 253 | 77 | 32 |
| Binary | 11000 | 1101011 | 1011110 | 1001110 | 0 | 1100 | 111010 | 10101011 | 111111 | 11010 |
Color Harmonies of #186B5E
Complementary color
Monochromatic Colors of #186B5E
Black with #186B5E
Text Example
Text Example
White with #186B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B5E; }
p { color: rgb(24,107,94); }
H1.HeaderClassName
{
color: #186B5E;
}
.AnyTagClassName
{
color: #186B5E;
}
</style>
background-color css
<style>
a { background-color: #186B5E; }
a { background-color: rgb(24,107,94); }
div.DivClassName
{
background-color: #186B5E;
}
.BgClassName
{
background-color: #186B5E;
}
</style>
border-color css
<style>
span { border-color: #186B5E; }
span { border-color: rgb(24,107,94); }
td.TdClassName
{
border-color: #186B5E;
}
.TagClassName
{
border-color: #186B5E;
}
</style>