Shades of Blue Stone #186E62
Tints of Blue Stone #186E62
RGB
CMYK
RGB Variations
Color information
#186E62 (or 0x186E62) is known color: Blue Stone. HEX triplet: 18, 6E and 62. RGB value is (24,110,98). Sum of RGB (Red+Green+Blue) = 24+110+98=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #186E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E62 is #E7919D. Grayscale: #525252. Windows color (decimal): -15176094 or 6450712. OLE color: 6450712.
HSL color Cylindrical-coordinate representation of color #186E62: hue angle of 171.63º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186E62 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 110 | 98 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.57 |
| HSL | 171.63º | 0.64% | 0.26% | - |
| HSV(B) | 171.63º | 0.78% | 0.43% | - |
| XYZ | 8.16 | 12.23 | 13.49 | - |
| YUV | 82.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 98 | 0.78 | 0 | 0.11 | 0.57 | 171.63 | 0.64 | 0.26 |
| Hex | 18 | 6E | 62 | 4E | 0 | B | 39 | AC | 40 | 1A |
| Octal | 30 | 156 | 142 | 116 | 0 | 13 | 71 | 254 | 100 | 32 |
| Binary | 11000 | 1101110 | 1100010 | 1001110 | 0 | 1011 | 111001 | 10101100 | 1000000 | 11010 |
Color Harmonies of #186E62
Complementary color
Monochromatic Colors of #186E62
Black with #186E62
Text Example
Text Example
White with #186E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E62; }
p { color: rgb(24,110,98); }
H1.HeaderClassName
{
color: #186E62;
}
.AnyTagClassName
{
color: #186E62;
}
</style>
background-color css
<style>
a { background-color: #186E62; }
a { background-color: rgb(24,110,98); }
div.DivClassName
{
background-color: #186E62;
}
.BgClassName
{
background-color: #186E62;
}
</style>
border-color css
<style>
span { border-color: #186E62; }
span { border-color: rgb(24,110,98); }
td.TdClassName
{
border-color: #186E62;
}
.TagClassName
{
border-color: #186E62;
}
</style>