Shades of Blue Stone #186A66
Tints of Blue Stone #186A66
RGB
CMYK
RGB Variations
Color information
#186A66 (or 0x186A66) is known color: Blue Stone. HEX triplet: 18, 6A and 66. RGB value is (24,106,102). Sum of RGB (Red+Green+Blue) = 24+106+102=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #186A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A66 is #E79599. Grayscale: #505050. Windows color (decimal): -15177114 or 6711832. OLE color: 6711832.
HSL color Cylindrical-coordinate representation of color #186A66: hue angle of 177.07º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A66 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 102 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.58 |
| HSL | 177.07º | 0.63% | 0.25% | - |
| HSV(B) | 177.07º | 0.77% | 0.42% | - |
| XYZ | 7.93 | 11.46 | 14.36 | - |
| YUV | 81.03 | 139.83 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 102 | 0.77 | 0 | 0.04 | 0.58 | 177.07 | 0.63 | 0.25 |
| Hex | 18 | 6A | 66 | 4D | 0 | 4 | 3A | B1 | 3F | 19 |
| Octal | 30 | 152 | 146 | 115 | 0 | 4 | 72 | 261 | 77 | 31 |
| Binary | 11000 | 1101010 | 1100110 | 1001101 | 0 | 100 | 111010 | 10110001 | 111111 | 11001 |
Color Harmonies of #186A66
Complementary color
Monochromatic Colors of #186A66
Black with #186A66
Text Example
Text Example
White with #186A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A66; }
p { color: rgb(24,106,102); }
H1.HeaderClassName
{
color: #186A66;
}
.AnyTagClassName
{
color: #186A66;
}
</style>
background-color css
<style>
a { background-color: #186A66; }
a { background-color: rgb(24,106,102); }
div.DivClassName
{
background-color: #186A66;
}
.BgClassName
{
background-color: #186A66;
}
</style>
border-color css
<style>
span { border-color: #186A66; }
span { border-color: rgb(24,106,102); }
td.TdClassName
{
border-color: #186A66;
}
.TagClassName
{
border-color: #186A66;
}
</style>