#186E65

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

Shades of Blue Stone #186E65

Tints of Blue Stone #186E65

Color information

#186E65 (or 0x186E65) is unknown color: approx Blue Stone. HEX triplet: 18, 6E and 65. RGB value is (24,110,101). Sum of RGB (Red+Green+Blue) = 24+110+101=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #186E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E65 is #E7919A. Grayscale: #535353. Windows color (decimal): -15176091 or 6647320. OLE color: 6647320.

HSL color Cylindrical-coordinate representation of color #186E65: hue angle of 173.72º 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 #186E65 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB24110101-
CMYK0.7800.080.57
HSL173.72º64.18%26.27%-
HSV(B)173.72º78.18%43.14%-
XYZ8.312.2914.25-
YUV83.26138.0185.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 110 (43.36% from 255) = 46.81%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=10.21%
G=46.81%
B=42.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal241101010.7800.080.57173.7264.1826.27
Hex186E654E0839ae401a
Octal301561451160107125610032
Binary110001101110110010110011100100011100110101110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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