#186D64

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

Shades of Blue Stone #186D64

Tints of Blue Stone #186D64

Color information

#186D64 (or 0x186D64) is unknown color: approx Blue Stone. HEX triplet: 18, 6D and 64. RGB value is (24,109,100). Sum of RGB (Red+Green+Blue) = 24+109+100=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #186D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D64 is #E7929B. Grayscale: #525252. Windows color (decimal): -15176348 or 6581528. OLE color: 6581528.

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

Color convert

RGB24109100-
CMYK0.7800.080.57
HSL173.65º63.91%26.08%-
HSV(B)173.65º77.98%42.75%-
XYZ8.1512.0513.95-
YUV82.56137.8486.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 109 (42.97% from 255) = 46.78%
BLUE value IS 100 (39.45% from 255) = 42.92%
R=10.30%
G=46.78%
B=42.92%

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
Decimal241091000.7800.080.57173.6563.9126.08
Hex186D644E0839ae401a
Octal301551441160107125610032
Binary110001101101110010010011100100011100110101110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,109,100); }

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

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

 a { background-color: rgb(24,109,100); }

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

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

 span { border-color: rgb(24,109,100); }

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