#186F5F

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

Shades of Blue Stone #186F5F

Tints of Blue Stone #186F5F

Color information

#186F5F (or 0x186F5F) is unknown color: approx Blue Stone. HEX triplet: 18, 6F and 5F. RGB value is (24,111,95). Sum of RGB (Red+Green+Blue) = 24+111+95=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #186F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F5F is #E790A0. Grayscale: #535353. Windows color (decimal): -15175841 or 6254360. OLE color: 6254360.

HSL color Cylindrical-coordinate representation of color #186F5F: hue angle of 168.97º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186F5F is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB2411195-
CMYK0.7800.140.56
HSL168.97º64.44%26.47%-
HSV(B)168.97º78.38%43.53%-
XYZ8.1312.3912.79-
YUV83.16134.6885.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=10.43%
G=48.26%
B=41.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24111950.7800.140.56168.9764.4426.47
Hex186F5F4E0E38a9401a
Octal301571371160167025110032
Binary110001101111101111110011100111011100010101001100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,111,95); }

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

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

 a { background-color: rgb(24,111,95); }

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

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

 span { border-color: rgb(24,111,95); }

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