#186A60

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

Shades of Blue Stone #186A60

Tints of Blue Stone #186A60

Color information

#186A60 (or 0x186A60) is unknown color: approx Blue Stone. HEX triplet: 18, 6A and 60. RGB value is (24,106,96). Sum of RGB (Red+Green+Blue) = 24+106+96=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #186A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A60 is #E7959F. Grayscale: #505050. Windows color (decimal): -15177120 or 6318616. OLE color: 6318616.

HSL color Cylindrical-coordinate representation of color #186A60: hue angle of 172.68º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A60 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB2410696-
CMYK0.7700.090.58
HSL172.68º63.08%25.49%-
HSV(B)172.68º77.36%41.57%-
XYZ7.6411.3512.85-
YUV80.34136.8387.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 106 (41.80% from 255) = 46.90%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=10.62%
G=46.90%
B=42.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106960.7700.090.58172.6863.0825.49
Hex186A604D093Aad3f19
Octal30152140115011722557731
Binary11000110101011000001001101010011110101010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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