#186460

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

Shades of Blue Stone #186460

Tints of Blue Stone #186460

Color information

#186460 (or 0x186460) is unknown color: approx Blue Stone. HEX triplet: 18, 64 and 60. RGB value is (24,100,96). Sum of RGB (Red+Green+Blue) = 24+100+96=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #186460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186460 is #E79B9F. Grayscale: #4C4C4C. Windows color (decimal): -15178656 or 6317080. OLE color: 6317080.

HSL color Cylindrical-coordinate representation of color #186460: hue angle of 176.84º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186460 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB2410096-
CMYK0.7600.040.61
HSL176.84º61.29%24.31%-
HSV(B)176.84º76%39.22%-
XYZ7.0510.1512.65-
YUV76.82138.8290.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=10.91%
G=45.45%
B=43.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24100960.7600.040.61176.8461.2924.31
Hex1864604C043Db13d18
Octal3014414011404752617530
Binary1100011001001100000100110001001111011011000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186460; }

 p { color: rgb(24,100,96); }

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

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

 a { background-color: rgb(24,100,96); }

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

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

 span { border-color: rgb(24,100,96); }

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