#186B6D

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

Shades of Blue Stone #186B6D

Tints of Blue Stone #186B6D

Color information

#186B6D (or 0x186B6D) is unknown color: approx Blue Stone. HEX triplet: 18, 6B and 6D. RGB value is (24,107,109). Sum of RGB (Red+Green+Blue) = 24+107+109=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #186B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B6D is #E79492. Grayscale: #525252. Windows color (decimal): -15176851 or 7170840. OLE color: 7170840.

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

Color convert

RGB24107109-
CMYK0.780.0200.57
HSL181.41º63.91%26.08%-
HSV(B)181.41º77.98%42.75%-
XYZ8.3911.8116.31-
YUV82.4114386.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=10%
G=44.58%
B=45.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal241071090.780.0200.57181.4163.9126.08
Hex186B6D4E2039b5401a
Octal30153155116207126510032
Binary1100011010111101101100111010011100110110101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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