#186E7D

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

Shades of Allports #186E7D

Tints of Allports #186E7D

Color information

#186E7D (or 0x186E7D) is unknown color: approx Allports. HEX triplet: 18, 6E and 7D. RGB value is (24,110,125). Sum of RGB (Red+Green+Blue) = 24+110+125=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #186E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E7D is #E79182. Grayscale: #555555. Windows color (decimal): -15176067 or 8220184. OLE color: 8220184.

HSL color Cylindrical-coordinate representation of color #186E7D: hue angle of 188.91º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186E7D is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB24110125-
CMYK0.810.1200.51
HSL188.91º67.79%29.22%-
HSV(B)188.91º80.8%49.02%-
XYZ9.6512.8321.37-
YUV86150.0183.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=9.27%
G=42.47%
B=48.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal241101250.810.1200.51188.9167.7929.22
Hex186E7D51C033bd441d
Octal301561751211406327510435
Binary110001101110111110110100011100011001110111101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,110,125); }

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

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

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

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

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

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

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