#186E71

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

Shades of Blue Stone #186E71

Tints of Blue Stone #186E71

Color information

#186E71 (or 0x186E71) is unknown color: approx Blue Stone. HEX triplet: 18, 6E and 71. RGB value is (24,110,113). Sum of RGB (Red+Green+Blue) = 24+110+113=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: blue. Hex color #186E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E71 is #E7918E. Grayscale: #545454. Windows color (decimal): -15176079 or 7433752. OLE color: 7433752.

HSL color Cylindrical-coordinate representation of color #186E71: hue angle of 182.02º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186E71 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB24110113-
CMYK0.790.0300.56
HSL182.02º64.96%26.86%-
HSV(B)182.02º78.76%44.31%-
XYZ8.9312.5417.57-
YUV84.63144.0184.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 110 (43.36% from 255) = 44.53%
BLUE value IS 113 (44.53% from 255) = 45.75%
R=9.72%
G=44.53%
B=45.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal241101130.790.0300.56182.0264.9626.86
Hex186E714F3038b6411b
Octal30156161117307026610133
Binary1100011011101110001100111111011100010110110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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