Shades of Blue Stone #186F70
Tints of Blue Stone #186F70
RGB
CMYK
RGB Variations
Color information
#186F70 (or 0x186F70) is known color: Blue Stone. HEX triplet: 18, 6F and 70. RGB value is (24,111,112). Sum of RGB (Red+Green+Blue) = 24+111+112=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #186F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F70 is #E7908F. Grayscale: #555555. Windows color (decimal): -15175824 or 7368472. OLE color: 7368472.
HSL color Cylindrical-coordinate representation of color #186F70: hue angle of 180.68º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186F70 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 111 | 112 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.56 |
| HSL | 180.68º | 0.65% | 0.27% | - |
| HSV(B) | 180.68º | 0.79% | 0.44% | - |
| XYZ | 8.99 | 12.73 | 17.31 | - |
| YUV | 85.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 112 | 0.79 | 0.01 | 0 | 0.56 | 180.68 | 0.65 | 0.27 |
| Hex | 18 | 6F | 70 | 4F | 1 | 0 | 38 | B5 | 41 | 1B |
| Octal | 30 | 157 | 160 | 117 | 1 | 0 | 70 | 265 | 101 | 33 |
| Binary | 11000 | 1101111 | 1110000 | 1001111 | 1 | 0 | 111000 | 10110101 | 1000001 | 11011 |
Color Harmonies of #186F70
Complementary color
Monochromatic Colors of #186F70
Black with #186F70
Text Example
Text Example
White with #186F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F70; }
p { color: rgb(24,111,112); }
H1.HeaderClassName
{
color: #186F70;
}
.AnyTagClassName
{
color: #186F70;
}
</style>
background-color css
<style>
a { background-color: #186F70; }
a { background-color: rgb(24,111,112); }
div.DivClassName
{
background-color: #186F70;
}
.BgClassName
{
background-color: #186F70;
}
</style>
border-color css
<style>
span { border-color: #186F70; }
span { border-color: rgb(24,111,112); }
td.TdClassName
{
border-color: #186F70;
}
.TagClassName
{
border-color: #186F70;
}
</style>