#175352

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

Shades of Cyprus #175352

Tints of Cyprus #175352

Color information

#175352 (or 0x175352) is unknown color: approx Cyprus. HEX triplet: 17, 53 and 52. RGB value is (23,83,82). Sum of RGB (Red+Green+Blue) = 23+83+82=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #175352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175352 is #E8ACAD. Grayscale: #404040. Windows color (decimal): -15248558 or 5395223. OLE color: 5395223.

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

Color convert

RGB238382-
CMYK0.7200.010.67
HSL179º56.6%20.78%-
HSV(B)179º72.29%32.55%-
XYZ4.976.989.07-
YUV64.95137.6298.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 82 (32.42% from 255) = 43.62%
R=12.23%
G=44.15%
B=43.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383820.7200.010.6717956.620.78
Hex175352480143b33915
Octal27123122110011032637125
Binary101111010011101001010010000110000111011001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175352; }

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

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

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

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

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

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

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

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