#186A69

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

Shades of Blue Stone #186A69

Tints of Blue Stone #186A69

Color information

#186A69 (or 0x186A69) is unknown color: approx Blue Stone. HEX triplet: 18, 6A and 69. RGB value is (24,106,105). Sum of RGB (Red+Green+Blue) = 24+106+105=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #186A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A69 is #E79596. Grayscale: #515151. Windows color (decimal): -15177111 or 6908440. OLE color: 6908440.

HSL color Cylindrical-coordinate representation of color #186A69: hue angle of 179.27º 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 #186A69 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB24106105-
CMYK0.7700.010.58
HSL179.27º63.08%25.49%-
HSV(B)179.27º77.36%41.57%-
XYZ8.0811.5215.16-
YUV81.37141.3387.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=10.21%
G=45.11%
B=44.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal241061050.7700.010.58179.2763.0825.49
Hex186A694D013Ab33f19
Octal3015215111501722637731
Binary11000110101011010011001101011110101011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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