#175E70

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

Shades of Allports #175E70

Tints of Allports #175E70

Color information

#175E70 (or 0x175E70) is unknown color: approx Allports. HEX triplet: 17, 5E and 70. RGB value is (23,94,112). Sum of RGB (Red+Green+Blue) = 23+94+112=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #175E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E70 is #E8A18F. Grayscale: #4A4A4A. Windows color (decimal): -15245712 or 7364119. OLE color: 7364119.

HSL color Cylindrical-coordinate representation of color #175E70: hue angle of 192.13º 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 #175E70 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2394112-
CMYK0.790.1600.56
HSL192.13º65.93%26.47%-
HSV(B)192.13º79.46%43.92%-
XYZ7.289.3616.75-
YUV74.82148.9891.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.04%
GREEN value IS 94 (37.11% from 255) = 41.05%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=10.04%
G=41.05%
B=48.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23941120.790.1600.56192.1365.9326.47
Hex175E704F10038c0421a
Octal271361601172007030010232
Binary1011110111101110000100111110000011100011000000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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