#177072

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

Shades of Allports #177072

Tints of Allports #177072

Color information

#177072 (or 0x177072) is unknown color: approx Allports. HEX triplet: 17, 70 and 72. RGB value is (23,112,114). Sum of RGB (Red+Green+Blue) = 23+112+114=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #177072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177072 is #E88F8D. Grayscale: #555555. Windows color (decimal): -15241102 or 7499799. OLE color: 7499799.

HSL color Cylindrical-coordinate representation of color #177072: hue angle of 181.32º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177072 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB23112114-
CMYK0.800.0200.55
HSL181.32º66.42%26.86%-
HSV(B)181.32º79.82%44.71%-
XYZ9.1812.9917.94-
YUV85.62144.0183.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.24%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=9.24%
G=44.98%
B=45.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal231121140.800.0200.55181.3266.4226.86
Hex177072502037b5421b
Octal27160162120206726510233
Binary1011111100001110010101000010011011110110101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177072; }

 p { color: rgb(23,112,114); }

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

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

 a { background-color: rgb(23,112,114); }

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

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

 span { border-color: rgb(23,112,114); }

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