#164F4F

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

Shades of Cyprus #164F4F

Tints of Cyprus #164F4F

Color information

#164F4F (or 0x164F4F) is unknown color: approx Cyprus. HEX triplet: 16, 4F and 4F. RGB value is (22,79,79). Sum of RGB (Red+Green+Blue) = 22+79+79=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: green, blue. Hex color #164F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F4F is #E9B0B0. Grayscale: #3D3D3D. Windows color (decimal): -15315121 or 5197590. OLE color: 5197590.

HSL color Cylindrical-coordinate representation of color #164F4F: hue angle of 180º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164F4F is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB227979-
CMYK0.72000.69
HSL180º56.44%19.8%-
HSV(B)180º72.15%30.98%-
XYZ4.546.338.38-
YUV61.96137.6299.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 79 (31.25% from 255) = 43.89%
R=12.22%
G=43.89%
B=43.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2279790.72000.6918056.4419.8
Hex164F4F480045b43814
Octal26117117110001052647024
Binary101101001111100111110010000010001011011010011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,79,79); }

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

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

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

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

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

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

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