Shades of Blue Stone #186666
Tints of Blue Stone #186666
RGB
CMYK
RGB Variations
Color information
#186666 (or 0x186666) is known color: Blue Stone. HEX triplet: 18, 66 and 66. RGB value is (24,102,102). Sum of RGB (Red+Green+Blue) = 24+102+102=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #186666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186666 is #E79999. Grayscale: #4E4E4E. Windows color (decimal): -15178138 or 6710808. OLE color: 6710808.
HSL color Cylindrical-coordinate representation of color #186666: hue angle of 180º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186666 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 102 | 102 | - |
| CMYK | 0.76 | 0 | 0 | 0.6 |
| HSL | 180º | 0.62% | 0.25% | - |
| HSV(B) | 180º | 0.76% | 0.4% | - |
| XYZ | 7.53 | 10.66 | 14.23 | - |
| YUV | 78.68 | 141.16 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 102 | 0.76 | 0 | 0 | 0.6 | 180 | 0.62 | 0.25 |
| Hex | 18 | 66 | 66 | 4C | 0 | 0 | 3C | B4 | 3E | 19 |
| Octal | 30 | 146 | 146 | 114 | 0 | 0 | 74 | 264 | 76 | 31 |
| Binary | 11000 | 1100110 | 1100110 | 1001100 | 0 | 0 | 111100 | 10110100 | 111110 | 11001 |
Color Harmonies of #186666
Complementary color
Monochromatic Colors of #186666
Black with #186666
Text Example
Text Example
White with #186666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186666; }
p { color: rgb(24,102,102); }
H1.HeaderClassName
{
color: #186666;
}
.AnyTagClassName
{
color: #186666;
}
</style>
background-color css
<style>
a { background-color: #186666; }
a { background-color: rgb(24,102,102); }
div.DivClassName
{
background-color: #186666;
}
.BgClassName
{
background-color: #186666;
}
</style>
border-color css
<style>
span { border-color: #186666; }
span { border-color: rgb(24,102,102); }
td.TdClassName
{
border-color: #186666;
}
.TagClassName
{
border-color: #186666;
}
</style>