#186760

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

Shades of Blue Stone #186760

Tints of Blue Stone #186760

Color information

#186760 (or 0x186760) is unknown color: approx Blue Stone. HEX triplet: 18, 67 and 60. RGB value is (24,103,96). Sum of RGB (Red+Green+Blue) = 24+103+96=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #186760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186760 is #E7989F. Grayscale: #4E4E4E. Windows color (decimal): -15177888 or 6317848. OLE color: 6317848.

HSL color Cylindrical-coordinate representation of color #186760: hue angle of 174.68º 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 #186760 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB2410396-
CMYK0.7700.070.60
HSL174.68º62.2%24.9%-
HSV(B)174.68º76.7%40.39%-
XYZ7.3410.7412.75-
YUV78.58137.8389.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=10.76%
G=46.19%
B=43.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103960.7700.070.60174.6862.224.9
Hex1867604D073Caf3e19
Octal3014714011507742577631
Binary1100011001111100000100110101111111001010111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186760; }

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

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

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

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

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

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

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

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