#175E7A

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

Shades of Orient #175E7A

Tints of Orient #175E7A

Color information

#175E7A (or 0x175E7A) is unknown color: approx Orient. HEX triplet: 17, 5E and 7A. RGB value is (23,94,122). Sum of RGB (Red+Green+Blue) = 23+94+122=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #175E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E7A is #E8A185. Grayscale: #4B4B4B. Windows color (decimal): -15245702 or 8019479. OLE color: 8019479.

HSL color Cylindrical-coordinate representation of color #175E7A: hue angle of 196.97º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175E7A is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2394122-
CMYK0.810.2300.52
HSL196.97º68.28%28.43%-
HSV(B)196.97º81.15%47.84%-
XYZ7.879.5919.85-
YUV75.96153.9890.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.62%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=9.62%
G=39.33%
B=51.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23941220.810.2300.52196.9768.2828.43
Hex175E7A5117034c5441c
Octal271361721212706430510434
Binary1011110111101111010101000110111011010011000101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175E7A; }

 p { color: rgb(23,94,122); }

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

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

 a { background-color: rgb(23,94,122); }

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

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

 span { border-color: rgb(23,94,122); }

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