#165E76

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

Shades of Allports #165E76

Tints of Allports #165E76

Color information

#165E76 (or 0x165E76) is unknown color: approx Allports. HEX triplet: 16, 5E and 76. RGB value is (22,94,118). Sum of RGB (Red+Green+Blue) = 22+94+118=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #165E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E76 is #E9A189. Grayscale: #4B4B4B. Windows color (decimal): -15311242 or 7757334. OLE color: 7757334.

HSL color Cylindrical-coordinate representation of color #165E76: hue angle of 195º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165E76 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2294118-
CMYK0.810.2000.54
HSL195º68.57%27.45%-
HSV(B)195º81.36%46.27%-
XYZ7.69.4818.57-
YUV75.21152.1590.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 94 (37.11% from 255) = 40.17%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=9.40%
G=40.17%
B=50.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22941180.810.2000.5419568.5727.45
Hex165E765114036c3451b
Octal261361661212406630310533
Binary1011010111101110110101000110100011011011000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,94,118); }

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

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

 a { background-color: rgb(22,94,118); }

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

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

 span { border-color: rgb(22,94,118); }

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