#165E75

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

Shades of Allports #165E75

Tints of Allports #165E75

Color information

#165E75 (or 0x165E75) is unknown color: approx Allports. HEX triplet: 16, 5E and 75. RGB value is (22,94,117). Sum of RGB (Red+Green+Blue) = 22+94+117=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #165E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E75 is #E9A18A. Grayscale: #4A4A4A. Windows color (decimal): -15311243 or 7691798. OLE color: 7691798.

HSL color Cylindrical-coordinate representation of color #165E75: hue angle of 194.53º degrees, saturation: 0.68, 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 #165E75 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2294117-
CMYK0.810.2000.54
HSL194.53º68.35%27.25%-
HSV(B)194.53º81.2%45.88%-
XYZ7.549.4618.26-
YUV75.09151.6590.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=9.44%
G=40.34%
B=50.21%

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
Decimal22941170.810.2000.54194.5368.3527.25
Hex165E755114036c3441b
Octal261361651212406630310433
Binary1011010111101110101101000110100011011011000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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