#175048

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

Shades of Cyprus #175048

Tints of Cyprus #175048

Color information

#175048 (or 0x175048) is unknown color: approx Cyprus. HEX triplet: 17, 50 and 48. RGB value is (23,80,72). Sum of RGB (Red+Green+Blue) = 23+80+72=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #175048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175048 is #E8AFB7. Grayscale: #3E3E3E. Windows color (decimal): -15249336 or 4739095. OLE color: 4739095.

HSL color Cylindrical-coordinate representation of color #175048: hue angle of 171.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #175048 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB238072-
CMYK0.7100.100.69
HSL171.58º55.34%20.2%-
HSV(B)171.58º71.25%31.37%-
XYZ4.396.397.13-
YUV62.04133.62100.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.14%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 72 (28.52% from 255) = 41.14%
R=13.14%
G=45.71%
B=41.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2380720.7100.100.69171.5855.3420.2
Hex175048470A45ac3714
Octal271201101070121052546724
Binary101111010000100100010001110101010001011010110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175048; }

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

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

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

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

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

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

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

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