#164E47

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

Shades of Cyprus #164E47

Tints of Cyprus #164E47

Color information

#164E47 (or 0x164E47) is unknown color: approx Cyprus. HEX triplet: 16, 4E and 47. RGB value is (22,78,71). Sum of RGB (Red+Green+Blue) = 22+78+71=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #164E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E47 is #E9B1B8. Grayscale: #3C3C3C. Windows color (decimal): -15315385 or 4673046. OLE color: 4673046.

HSL color Cylindrical-coordinate representation of color #164E47: hue angle of 172.5º 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 #164E47 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB227871-
CMYK0.7200.090.69
HSL172.5º56%19.61%-
HSV(B)172.5º71.79%30.59%-
XYZ4.196.076.91-
YUV60.46133.95100.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.87%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=12.87%
G=45.61%
B=41.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2278710.7200.090.69172.55619.61
Hex164E47480945ac3814
Octal261161071100111052547024
Binary101101001110100011110010000100110001011010110011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,78,71); }

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

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

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

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

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

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

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