#186E7B

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

Shades of Allports #186E7B

Tints of Allports #186E7B

Color information

#186E7B (or 0x186E7B) is unknown color: approx Allports. HEX triplet: 18, 6E and 7B. RGB value is (24,110,123). Sum of RGB (Red+Green+Blue) = 24+110+123=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #186E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E7B is #E79184. Grayscale: #555555. Windows color (decimal): -15176069 or 8089112. OLE color: 8089112.

HSL color Cylindrical-coordinate representation of color #186E7B: hue angle of 187.88º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186E7B is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB24110123-
CMYK0.800.1100.52
HSL187.88º67.35%28.82%-
HSV(B)187.88º80.49%48.24%-
XYZ9.5312.7820.7-
YUV85.77149.0183.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=9.34%
G=42.80%
B=47.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal241101230.800.1100.52187.8867.3528.82
Hex186E7B50B034bc431d
Octal301561731201306427410335
Binary110001101110111101110100001011011010010111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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