#165050

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

Shades of Cyprus #165050

Tints of Cyprus #165050

Color information

#165050 (or 0x165050) is unknown color: approx Cyprus. HEX triplet: 16, 50 and 50. RGB value is (22,80,80). Sum of RGB (Red+Green+Blue) = 22+80+80=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #165050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165050 is #E9AFAF. Grayscale: #3E3E3E. Windows color (decimal): -15314864 or 5263382. OLE color: 5263382.

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

Color convert

RGB228080-
CMYK0.72000.69
HSL180º56.86%20%-
HSV(B)180º72.5%31.37%-
XYZ4.656.498.6-
YUV62.66137.7899-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=12.09%
G=43.96%
B=43.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280800.72000.6918056.8620
Hex165050480045b43914
Octal26120120110001052647124
Binary101101010000101000010010000010001011011010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165050; }

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

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

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

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

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

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

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

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