#187680

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

Shades of Allports #187680

Tints of Allports #187680

Color information

#187680 (or 0x187680) is unknown color: approx Allports. HEX triplet: 18, 76 and 80. RGB value is (24,118,128). Sum of RGB (Red+Green+Blue) = 24+118+128=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #187680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187680 is #E7897F. Grayscale: #5A5A5A. Windows color (decimal): -15174016 or 8418840. OLE color: 8418840.

HSL color Cylindrical-coordinate representation of color #187680: hue angle of 185.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187680 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB24118128-
CMYK0.810.0800.50
HSL185.77º68.42%29.8%-
HSV(B)185.77º81.25%50.2%-
XYZ10.7514.7122.69-
YUV91.03148.8680.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=8.89%
G=43.70%
B=47.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241181280.810.0800.50185.7768.4229.8
Hex187680518032ba441e
Octal301662001211006227210436
Binary1100011101101000000010100011000011001010111010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187680; }

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

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

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

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

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

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

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

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