#186B63

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

Shades of Blue Stone #186B63

Tints of Blue Stone #186B63

Color information

#186B63 (or 0x186B63) is unknown color: approx Blue Stone. HEX triplet: 18, 6B and 63. RGB value is (24,107,99). Sum of RGB (Red+Green+Blue) = 24+107+99=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #186B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B63 is #E7949C. Grayscale: #515151. Windows color (decimal): -15176861 or 6515480. OLE color: 6515480.

HSL color Cylindrical-coordinate representation of color #186B63: hue angle of 174.22º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186B63 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB2410799-
CMYK0.7800.070.58
HSL174.22º63.36%25.69%-
HSV(B)174.22º77.57%41.96%-
XYZ7.8911.6113.63-
YUV81.2713887.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=10.43%
G=46.52%
B=43.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24107990.7800.070.58174.2263.3625.69
Hex186B634E073Aae3f1a
Octal3015314311607722567732
Binary1100011010111100011100111001111110101010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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