#186B78

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

Shades of Allports #186B78

Tints of Allports #186B78

Color information

#186B78 (or 0x186B78) is unknown color: approx Allports. HEX triplet: 18, 6B and 78. RGB value is (24,107,120). Sum of RGB (Red+Green+Blue) = 24+107+120=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #186B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B78 is #E79487. Grayscale: #535353. Windows color (decimal): -15176840 or 7891736. OLE color: 7891736.

HSL color Cylindrical-coordinate representation of color #186B78: hue angle of 188.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186B78 is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB24107120-
CMYK0.80.1100.53
HSL188.12º66.67%28.24%-
HSV(B)188.12º80%47.06%-
XYZ9.0212.0719.62-
YUV83.66148.585.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.56%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=9.56%
G=42.63%
B=47.81%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241071200.80.1100.53188.1266.6728.24
Hex186B7850B035bc431c
Octal301531701201306527410334
Binary110001101011111100010100001011011010110111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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