#186E5C

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

Shades of Blue Stone #186E5C

Tints of Blue Stone #186E5C

Color information

#186E5C (or 0x186E5C) is unknown color: approx Blue Stone. HEX triplet: 18, 6E and 5C. RGB value is (24,110,92). Sum of RGB (Red+Green+Blue) = 24+110+92=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #186E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E5C is #E791A3. Grayscale: #525252. Windows color (decimal): -15176100 or 6057496. OLE color: 6057496.

HSL color Cylindrical-coordinate representation of color #186E5C: hue angle of 167.44º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186E5C is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB2411092-
CMYK0.7800.160.57
HSL167.44º64.18%26.27%-
HSV(B)167.44º78.18%43.14%-
XYZ7.8812.1212.05-
YUV82.23133.5186.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 110 (43.36% from 255) = 48.67%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=10.62%
G=48.67%
B=40.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24110920.7800.160.57167.4464.1826.27
Hex186E5C4E01039a7401a
Octal301561341160207124710032
Binary1100011011101011100100111001000011100110100111100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186E5C; }

 p { color: rgb(24,110,92); }

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

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

 a { background-color: rgb(24,110,92); }

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

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

 span { border-color: rgb(24,110,92); }

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