#186B71

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

Shades of Allports #186B71

Tints of Allports #186B71

Color information

#186B71 (or 0x186B71) is unknown color: approx Allports. HEX triplet: 18, 6B and 71. RGB value is (24,107,113). Sum of RGB (Red+Green+Blue) = 24+107+113=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #186B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B71 is #E7948E. Grayscale: #525252. Windows color (decimal): -15176847 or 7432984. OLE color: 7432984.

HSL color Cylindrical-coordinate representation of color #186B71: hue angle of 184.04º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186B71 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB24107113-
CMYK0.790.0500.56
HSL184.04º64.96%26.86%-
HSV(B)184.04º78.76%44.31%-
XYZ8.6211.917.47-
YUV82.8714586.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=9.84%
G=43.85%
B=46.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal241071130.790.0500.56184.0464.9626.86
Hex186B714F5038b8411b
Octal30153161117507027010133
Binary11000110101111100011001111101011100010111000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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