#186A63

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

Shades of Blue Stone #186A63

Tints of Blue Stone #186A63

Color information

#186A63 (or 0x186A63) is unknown color: approx Blue Stone. HEX triplet: 18, 6A and 63. RGB value is (24,106,99). Sum of RGB (Red+Green+Blue) = 24+106+99=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #186A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A63 is #E7959C. Grayscale: #505050. Windows color (decimal): -15177117 or 6515224. OLE color: 6515224.

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

Color convert

RGB2410699-
CMYK0.7700.070.58
HSL174.88º63.08%25.49%-
HSV(B)174.88º77.36%41.57%-
XYZ7.7811.413.6-
YUV80.68138.3387.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=10.48%
G=46.29%
B=43.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106990.7700.070.58174.8863.0825.49
Hex186A634D073Aaf3f19
Octal3015214311507722577731
Binary1100011010101100011100110101111110101010111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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