#164B50

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

Shades of Cyprus #164B50

Tints of Cyprus #164B50

Color information

#164B50 (or 0x164B50) is unknown color: approx Cyprus. HEX triplet: 16, 4B and 50. RGB value is (22,75,80). Sum of RGB (Red+Green+Blue) = 22+75+80=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #164B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B50 is #E9B4AF. Grayscale: #3B3B3B. Windows color (decimal): -15316144 or 5262102. OLE color: 5262102.

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

Color convert

RGB227580-
CMYK0.720.0600.69
HSL185.17º56.86%20%-
HSV(B)185.17º72.5%31.37%-
XYZ4.295.788.48-
YUV59.72139.44101.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.43%
GREEN value IS 75 (29.69% from 255) = 42.37%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=12.43%
G=42.37%
B=45.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2275800.720.0600.69185.1756.8620
Hex164B50486045b93914
Octal26113120110601052717124
Binary10110100101110100001001000110010001011011100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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