#186B5A

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

Shades of Blue Stone #186B5A

Tints of Blue Stone #186B5A

Color information

#186B5A (or 0x186B5A) is unknown color: approx Blue Stone. HEX triplet: 18, 6B and 5A. RGB value is (24,107,90). Sum of RGB (Red+Green+Blue) = 24+107+90=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #186B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B5A is #E794A5. Grayscale: #505050. Windows color (decimal): -15176870 or 5925656. OLE color: 5925656.

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

Color convert

RGB2410790-
CMYK0.7800.160.58
HSL167.71º63.36%25.69%-
HSV(B)167.71º77.57%41.96%-
XYZ7.4811.4511.49-
YUV80.24133.587.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=10.86%
G=48.42%
B=40.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24107900.7800.160.58167.7163.3625.69
Hex186B5A4E0103Aa83f1a
Octal30153132116020722507732
Binary110001101011101101010011100100001110101010100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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