#186C5D

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

Shades of Blue Stone #186C5D

Tints of Blue Stone #186C5D

Color information

#186C5D (or 0x186C5D) is unknown color: approx Blue Stone. HEX triplet: 18, 6C and 5D. RGB value is (24,108,93). Sum of RGB (Red+Green+Blue) = 24+108+93=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #186C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186C5D is #E793A2. Grayscale: #515151. Windows color (decimal): -15176611 or 6122520. OLE color: 6122520.

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

Color convert

RGB2410893-
CMYK0.7800.140.58
HSL169.29º63.64%25.88%-
HSV(B)169.29º77.78%42.35%-
XYZ7.7211.7112.21-
YUV81.17134.6787.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=10.67%
G=48%
B=41.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24108930.7800.140.58169.2963.6425.88
Hex186C5D4E0E3Aa9401a
Octal301541351160167225110032
Binary110001101100101110110011100111011101010101001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,108,93); }

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

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

 a { background-color: rgb(24,108,93); }

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

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

 span { border-color: rgb(24,108,93); }

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