Html Css Color HEX #175D70 Orient

📋 copy color: '#175D70'

red 23 ◦ green 93 ◦ blue 112

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

Shades of Orient #175D70

Tints of Orient #175D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.79%

 BLUE value IS 112 (44.14% from 255) = 49.12%

R = 10.09%
G = 40.79%
B = 49.12%

CMYK

 C value IS 0.79

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#175D70 (or 0x175D70) is known color: Orient. HEX triplet: 17, 5D and 70. RGB value is (23,93,112). Sum of RGB (Red+Green+Blue) = 23+93+112=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #175D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D70 is #E8A28F. Grayscale: #4A4A4A. Windows color (decimal): -15245968 or 7363863. OLE color: 7363863.

HSL color Cylindrical-coordinate representation of color #175D70: hue angle of 192.81º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175D70 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 93 112 -
CMYK 0.79 0.17 0 0.56
HSL 192.81º 0.66% 0.26% -
HSV(B) 192.81º 0.79% 0.44% -
XYZ 7.19 9.18 16.72 -
YUV 74.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 23 93 112 0.79 0.17 0 0.56 192.81 0.66 0.26
Hex 17 5D 70 4F 11 0 38 C1 42 1A
Octal 27 135 160 117 21 0 70 301 102 32
Binary 10111 1011101 1110000 1001111 10001 0 111000 11000001 1000010 11010

Color Harmonies of #175D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175D70

Black with #175D70

Text Example


Text Example

White with #175D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,93,112); }

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

background-color css

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

 a { background-color: rgb(23,93,112); }

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

border-color css

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

 span { border-color: rgb(23,93,112); }

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