#186C76

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

Shades of Allports #186C76

Tints of Allports #186C76

Color information

#186C76 (or 0x186C76) is unknown color: approx Allports. HEX triplet: 18, 6C and 76. RGB value is (24,108,118). Sum of RGB (Red+Green+Blue) = 24+108+118=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #186C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186C76 is #E79389. Grayscale: #535353. Windows color (decimal): -15176586 or 7760920. OLE color: 7760920.

HSL color Cylindrical-coordinate representation of color #186C76: hue angle of 186.38º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186C76 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB24108118-
CMYK0.800.0800.54
HSL186.38º66.2%27.84%-
HSV(B)186.38º79.66%46.27%-
XYZ9.0112.2319.02-
YUV84.02147.1785.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 108 (42.58% from 255) = 43.2%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=9.6%
G=43.2%
B=47.2%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal241081180.800.0800.54186.3866.227.84
Hex186C76508036ba421c
Octal301541661201006627210234
Binary110001101100111011010100001000011011010111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,108,118); }

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

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

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

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

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

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

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