#175350

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

Shades of Cyprus #175350

Tints of Cyprus #175350

Color information

#175350 (or 0x175350) is unknown color: approx Cyprus. HEX triplet: 17, 53 and 50. RGB value is (23,83,80). Sum of RGB (Red+Green+Blue) = 23+83+80=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #175350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175350 is #E8ACAF. Grayscale: #404040. Windows color (decimal): -15248560 or 5264151. OLE color: 5264151.

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

Color convert

RGB238380-
CMYK0.7200.040.67
HSL177º56.6%20.78%-
HSV(B)177º72.29%32.55%-
XYZ4.896.958.67-
YUV64.72136.6298.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=12.37%
G=44.62%
B=43.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2383800.7200.040.6717756.620.78
Hex175350480443b13915
Octal27123120110041032617125
Binary10111101001110100001001000010010000111011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175350; }

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

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

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

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

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

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

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

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