Html Css Color HEX #175E76 Orient

📋 copy color: '#175E76'

red 23 ◦ green 94 ◦ blue 118

#175E76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #175E76

Tints of Orient #175E76

RGB

 RED value IS 23 (9.38% from 255) = 9.79%

 GREEN value IS 94 (37.11% from 255) = 40%

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 9.79%
G = 40%
B = 50.21%

CMYK

 C value IS 0.81

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#175E76 (or 0x175E76) is known color: Orient. HEX triplet: 17, 5E and 76. RGB value is (23,94,118). Sum of RGB (Red+Green+Blue) = 23+94+118=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #175E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E76 is #E8A189. Grayscale: #4B4B4B. Windows color (decimal): -15245706 or 7757335. OLE color: 7757335.

HSL color Cylindrical-coordinate representation of color #175E76: hue angle of 195.16º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175E76 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 94 118 -
CMYK 0.81 0.20 0 0.54
HSL 195.16º 0.67% 0.28% -
HSV(B) 195.16º 0.81% 0.46% -
XYZ 7.63 9.5 18.57 -
YUV 75.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 23 94 118 0.81 0.20 0 0.54 195.16 0.67 0.28
Hex 17 5E 76 51 14 0 36 C3 43 1C
Octal 27 136 166 121 24 0 66 303 103 34
Binary 10111 1011110 1110110 1010001 10100 0 110110 11000011 1000011 11100

Color Harmonies of #175E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175E76

Black with #175E76

Text Example


Text Example

White with #175E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #175E76;
 }
 .AnyTagClassName
 {
   color: #175E76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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