#186766

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

Shades of Blue Stone #186766

Tints of Blue Stone #186766

Color information

#186766 (or 0x186766) is unknown color: approx Blue Stone. HEX triplet: 18, 67 and 66. RGB value is (24,103,102). Sum of RGB (Red+Green+Blue) = 24+103+102=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #186766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186766 is #E79899. Grayscale: #4F4F4F. Windows color (decimal): -15177882 or 6711064. OLE color: 6711064.

HSL color Cylindrical-coordinate representation of color #186766: hue angle of 179.24º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186766 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB24103102-
CMYK0.7700.010.60
HSL179.24º62.2%24.9%-
HSV(B)179.24º76.7%40.39%-
XYZ7.6310.8514.26-
YUV79.26140.8388.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 102 (40.23% from 255) = 44.54%
R=10.48%
G=44.98%
B=44.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal241031020.7700.010.60179.2462.224.9
Hex1867664D013Cb33e19
Octal3014714611501742637631
Binary11000110011111001101001101011111001011001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186766; }

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

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

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

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

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

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

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

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