#177480

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

Shades of Allports #177480

Tints of Allports #177480

Color information

#177480 (or 0x177480) is unknown color: approx Allports. HEX triplet: 17, 74 and 80. RGB value is (23,116,128). Sum of RGB (Red+Green+Blue) = 23+116+128=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #177480 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #177480 is #E88B7F. Grayscale: #595959. Windows color (decimal): -15240064 or 8418327. OLE color: 8418327.

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

Color convert

RGB23116128-
CMYK0.820.0900.50
HSL186.86º69.54%29.61%-
HSV(B)186.86º82.03%50.2%-
XYZ10.514.2322.62-
YUV89.56149.6980.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.61%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=8.61%
G=43.45%
B=47.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal231161280.820.0900.50186.8669.5429.61
Hex177480529032bb461e
Octal271642001221106227310636
Binary1011111101001000000010100101001011001010111011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177480; }

 p { color: rgb(23,116,128); }

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

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

 a { background-color: rgb(23,116,128); }

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

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

 span { border-color: rgb(23,116,128); }

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