#165352

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

Shades of Cyprus #165352

Tints of Cyprus #165352

Color information

#165352 (or 0x165352) is unknown color: approx Cyprus. HEX triplet: 16, 53 and 52. RGB value is (22,83,82). Sum of RGB (Red+Green+Blue) = 22+83+82=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #165352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165352 is #E9ACAD. Grayscale: #404040. Windows color (decimal): -15314094 or 5395222. OLE color: 5395222.

HSL color Cylindrical-coordinate representation of color #165352: hue angle of 179.02º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165352 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB228382-
CMYK0.7300.010.67
HSL179.02º58.1%20.59%-
HSV(B)179.02º73.49%32.55%-
XYZ4.956.979.07-
YUV64.65137.7997.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=11.76%
G=44.39%
B=43.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283820.7300.010.67179.0258.120.59
Hex165352490143b33a15
Octal26123122111011032637225
Binary101101010011101001010010010110000111011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165352; }

 p { color: rgb(22,83,82); }

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

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

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

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

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

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

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