#186F6F

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

Shades of Blue Stone #186F6F

Tints of Blue Stone #186F6F

Color information

#186F6F (or 0x186F6F) is unknown color: approx Blue Stone. HEX triplet: 18, 6F and 6F. RGB value is (24,111,111). Sum of RGB (Red+Green+Blue) = 24+111+111=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #186F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F6F is #E79090. Grayscale: #545454. Windows color (decimal): -15175825 or 7302936. OLE color: 7302936.

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

Color convert

RGB24111111-
CMYK0.78000.56
HSL180º64.44%26.47%-
HSV(B)180º78.38%43.53%-
XYZ8.9312.7117.02-
YUV84.99142.6884.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=9.76%
G=45.12%
B=45.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal241111110.78000.5618064.4426.47
Hex186F6F4E0038b4401a
Octal30157157116007026410032
Binary110001101111110111110011100011100010110100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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