#165550

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

Shades of Cyprus #165550

Tints of Cyprus #165550

Color information

#165550 (or 0x165550) is unknown color: approx Cyprus. HEX triplet: 16, 55 and 50. RGB value is (22,85,80). Sum of RGB (Red+Green+Blue) = 22+85+80=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #165550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165550 is #E9AAAF. Grayscale: #414141. Windows color (decimal): -15313584 or 5264662. OLE color: 5264662.

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

Color convert

RGB228580-
CMYK0.7400.060.67
HSL175.24º58.88%20.98%-
HSV(B)175.24º74.12%33.33%-
XYZ5.037.258.72-
YUV65.59136.1396.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=11.76%
G=45.45%
B=42.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285800.7400.060.67175.2458.8820.98
Hex1655504A0643af3b15
Octal26125120112061032577325
Binary10110101010110100001001010011010000111010111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165550; }

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

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

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

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

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

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

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

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