#165155

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

Shades of Cyprus #165155

Tints of Cyprus #165155

Color information

#165155 (or 0x165155) is unknown color: approx Cyprus. HEX triplet: 16, 51 and 55. RGB value is (22,81,85). Sum of RGB (Red+Green+Blue) = 22+81+85=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #165155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165155 is #E9AEAA. Grayscale: #3F3F3F. Windows color (decimal): -15314603 or 5591318. OLE color: 5591318.

HSL color Cylindrical-coordinate representation of color #165155: hue angle of 183.81º 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 #165155 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB228185-
CMYK0.740.0500.67
HSL183.81º58.88%20.98%-
HSV(B)183.81º74.12%33.33%-
XYZ4.916.719.63-
YUV63.82139.9598.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=11.70%
G=43.09%
B=45.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2281850.740.0500.67183.8158.8820.98
Hex1651554A5043b83b15
Octal26121125112501032707325
Binary10110101000110101011001010101010000111011100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165155; }

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

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

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

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

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

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

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

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