#164B48

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

Shades of Cyprus #164B48

Tints of Cyprus #164B48

Color information

#164B48 (or 0x164B48) is unknown color: approx Cyprus. HEX triplet: 16, 4B and 48. RGB value is (22,75,72). Sum of RGB (Red+Green+Blue) = 22+75+72=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #164B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B48 is #E9B4B7. Grayscale: #3A3A3A. Windows color (decimal): -15316152 or 4737814. OLE color: 4737814.

HSL color Cylindrical-coordinate representation of color #164B48: hue angle of 176.6º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B48 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB227572-
CMYK0.7100.040.71
HSL176.6º54.64%19.02%-
HSV(B)176.6º70.67%29.41%-
XYZ4.025.677.01-
YUV58.81135.44101.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=13.02%
G=44.38%
B=42.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275720.7100.040.71176.654.6419.02
Hex164B48470447b13713
Octal26113110107041072616723
Binary10110100101110010001000111010010001111011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164B48; }

 p { color: rgb(22,75,72); }

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

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

 a { background-color: rgb(22,75,72); }

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

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

 span { border-color: rgb(22,75,72); }

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