#165650

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

Shades of Cyprus #165650

Tints of Cyprus #165650

Color information

#165650 (or 0x165650) is unknown color: approx Cyprus. HEX triplet: 16, 56 and 50. RGB value is (22,86,80). Sum of RGB (Red+Green+Blue) = 22+86+80=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #165650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165650 is #E9A9AF. Grayscale: #424242. Windows color (decimal): -15313328 or 5264918. OLE color: 5264918.

HSL color Cylindrical-coordinate representation of color #165650: hue angle of 174.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165650 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB228680-
CMYK0.7400.070.66
HSL174.38º59.26%21.18%-
HSV(B)174.38º74.42%33.73%-
XYZ5.117.418.75-
YUV66.18135.896.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 86 (33.98% from 255) = 45.74%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=11.70%
G=45.74%
B=42.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286800.7400.070.66174.3859.2621.18
Hex1656504A0742ae3b15
Octal26126120112071022567325
Binary10110101011010100001001010011110000101010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165650; }

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

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

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

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

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

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

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

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