#186166

Color #186166 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #186166

Tints of Blue Stone #186166

Color information

#186166 (or 0x186166) is unknown color: approx Blue Stone. HEX triplet: 18, 61 and 66. RGB value is (24,97,102). Sum of RGB (Red+Green+Blue) = 24+97+102=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #186166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186166 is #E79E99. Grayscale: #4B4B4B. Windows color (decimal): -15179418 or 6709528. OLE color: 6709528.

HSL color Cylindrical-coordinate representation of color #186166: hue angle of 183.85º 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 #186166 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2497102-
CMYK0.760.0500.6
HSL183.85º61.9%24.71%-
HSV(B)183.85º76.47%40%-
XYZ7.059.714.07-
YUV75.74142.8291.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=10.76%
G=43.50%
B=45.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24971020.760.0500.6183.8561.924.71
Hex1861664C503Cb83e19
Octal3014114611450742707631
Binary1100011000011100110100110010101111001011100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186166; }

 p { color: rgb(24,97,102); }

 H1.HeaderClassName
 {
   color: #186166;
 }
 .AnyTagClassName
 {
   color: #186166;
 }
</style>
background-color css

<style>
 a { background-color: #186166; }

 a { background-color: rgb(24,97,102); }

 div.DivClassName
 {
   background-color: #186166;
 }
 .BgClassName
 {
   background-color: #186166;
 }
</style>
border-color css

<style>
 span { border-color: #186166; }

 span { border-color: rgb(24,97,102); }

 td.TdClassName
 {
   border-color: #186166;
 }
 .TagClassName
 {
   border-color: #186166;
 }
</style>