#165F72

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

Shades of Allports #165F72

Tints of Allports #165F72

Color information

#165F72 (or 0x165F72) is unknown color: approx Allports. HEX triplet: 16, 5F and 72. RGB value is (22,95,114). Sum of RGB (Red+Green+Blue) = 22+95+114=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #165F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F72 is #E9A08D. Grayscale: #4B4B4B. Windows color (decimal): -15310990 or 7495446. OLE color: 7495446.

HSL color Cylindrical-coordinate representation of color #165F72: hue angle of 192.39º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165F72 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2295114-
CMYK0.810.1700.55
HSL192.39º67.65%26.67%-
HSV(B)192.39º80.7%44.71%-
XYZ7.469.5717.37-
YUV75.34149.8289.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=9.52%
G=41.13%
B=49.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22951140.810.1700.55192.3967.6526.67
Hex165F725111037c0441b
Octal261371621212106730010433
Binary1011010111111110010101000110001011011111000000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165F72; }

 p { color: rgb(22,95,114); }

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

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

 a { background-color: rgb(22,95,114); }

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

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

 span { border-color: rgb(22,95,114); }

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