#186D8F

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

Shades of Allports #186D8F

Tints of Allports #186D8F

Color information

#186D8F (or 0x186D8F) is unknown color: approx Allports. HEX triplet: 18, 6D and 8F. RGB value is (24,109,143). Sum of RGB (Red+Green+Blue) = 24+109+143=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #186D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186D8F is #E79270. Grayscale: #575757. Windows color (decimal): -15176305 or 9399576. OLE color: 9399576.

HSL color Cylindrical-coordinate representation of color #186D8F: hue angle of 197.14º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186D8F is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB24109143-
CMYK0.830.2400.44
HSL197.14º71.26%32.75%-
HSV(B)197.14º83.22%56.08%-
XYZ10.813.1127.95-
YUV87.46159.3482.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.70%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 143 (56.25% from 255) = 51.81%
R=8.70%
G=39.49%
B=51.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241091430.830.2400.44197.1471.2632.75
Hex186D8F531802Cc54721
Octal301552171233005430510741
Binary110001101101100011111010011110000101100110001011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,109,143); }

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

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

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

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

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

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

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