#165E70

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

Shades of Allports #165E70

Tints of Allports #165E70

Color information

#165E70 (or 0x165E70) is unknown color: approx Allports. HEX triplet: 16, 5E and 70. RGB value is (22,94,112). Sum of RGB (Red+Green+Blue) = 22+94+112=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #165E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165E70 is #E9A18F. Grayscale: #4A4A4A. Windows color (decimal): -15311248 or 7364118. OLE color: 7364118.

HSL color Cylindrical-coordinate representation of color #165E70: hue angle of 192º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165E70 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2294112-
CMYK0.800.1600.56
HSL192º67.16%26.27%-
HSV(B)192º80.36%43.92%-
XYZ7.269.3516.75-
YUV74.52149.1590.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.65%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=9.65%
G=41.23%
B=49.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22941120.800.1600.5619267.1626.27
Hex165E705010038c0431a
Octal261361601202007030010332
Binary1011010111101110000101000010000011100011000000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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