#16504D

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

Shades of Cyprus #16504D

Tints of Cyprus #16504D

Color information

#16504D (or 0x16504D) is unknown color: approx Cyprus. HEX triplet: 16, 50 and 4D. RGB value is (22,80,77). Sum of RGB (Red+Green+Blue) = 22+80+77=179 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.29% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #16504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16504D is #E9AFB2. Grayscale: #3E3E3E. Windows color (decimal): -15314867 or 5066774. OLE color: 5066774.

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

Color convert

RGB228077-
CMYK0.7200.040.69
HSL176.9º56.86%20%-
HSV(B)176.9º72.5%31.37%-
XYZ4.546.448.03-
YUV62.32136.2899.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.29%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 77 (30.47% from 255) = 43.02%
R=12.29%
G=44.69%
B=43.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280770.7200.040.69176.956.8620
Hex16504D480445b13914
Octal26120115110041052617124
Binary10110101000010011011001000010010001011011000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16504D; }

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

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

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

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

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

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

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

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