#186B74

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

Shades of Allports #186B74

Tints of Allports #186B74

Color information

#186B74 (or 0x186B74) is unknown color: approx Allports. HEX triplet: 18, 6B and 74. RGB value is (24,107,116). Sum of RGB (Red+Green+Blue) = 24+107+116=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #186B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B74 is #E7948B. Grayscale: #535353. Windows color (decimal): -15176844 or 7629592. OLE color: 7629592.

HSL color Cylindrical-coordinate representation of color #186B74: hue angle of 185.87º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186B74 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB24107116-
CMYK0.790.0800.55
HSL185.87º65.71%27.45%-
HSV(B)185.87º79.31%45.49%-
XYZ8.7911.9718.37-
YUV83.21146.585.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=9.72%
G=43.32%
B=46.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal241071160.790.0800.55185.8765.7127.45
Hex186B744F8037ba421b
Octal301531641171006727210233
Binary110001101011111010010011111000011011110111010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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