#16514F

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

Shades of Cyprus #16514F

Tints of Cyprus #16514F

Color information

#16514F (or 0x16514F) is unknown color: approx Cyprus. HEX triplet: 16, 51 and 4F. RGB value is (22,81,79). Sum of RGB (Red+Green+Blue) = 22+81+79=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #16514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16514F is #E9AEB0. Grayscale: #3F3F3F. Windows color (decimal): -15314609 or 5198102. OLE color: 5198102.

HSL color Cylindrical-coordinate representation of color #16514F: hue angle of 177.97º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16514F is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB228179-
CMYK0.7300.020.68
HSL177.97º57.28%20.2%-
HSV(B)177.97º72.84%31.76%-
XYZ4.686.628.43-
YUV63.13136.9598.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=12.09%
G=44.51%
B=43.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2281790.7300.020.68177.9757.2820.2
Hex16514F490244b23914
Octal26121117111021042627124
Binary1011010100011001111100100101010001001011001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16514F; }

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

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

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

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

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

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

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

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