#186960

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

Shades of Blue Stone #186960

Tints of Blue Stone #186960

Color information

#186960 (or 0x186960) is unknown color: approx Blue Stone. HEX triplet: 18, 69 and 60. RGB value is (24,105,96). Sum of RGB (Red+Green+Blue) = 24+105+96=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #186960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186960 is #E7969F. Grayscale: #4F4F4F. Windows color (decimal): -15177376 or 6318360. OLE color: 6318360.

HSL color Cylindrical-coordinate representation of color #186960: hue angle of 173.33º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186960 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB2410596-
CMYK0.7700.090.59
HSL173.33º62.79%25.29%-
HSV(B)173.33º77.14%41.18%-
XYZ7.5411.1412.82-
YUV79.76137.1688.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=10.67%
G=46.67%
B=42.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24105960.7700.090.59173.3362.7925.29
Hex1869604D093Bad3f19
Octal30151140115011732557731
Binary11000110100111000001001101010011110111010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186960; }

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

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

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

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

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

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

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

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