#175461

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

Shades of Teal Blue #175461

Tints of Teal Blue #175461

Color information

#175461 (or 0x175461) is unknown color: approx Teal Blue. HEX triplet: 17, 54 and 61. RGB value is (23,84,97). Sum of RGB (Red+Green+Blue) = 23+84+97=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #175461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175461 is #E8AB9E. Grayscale: #434343. Windows color (decimal): -15248287 or 6378519. OLE color: 6378519.

HSL color Cylindrical-coordinate representation of color #175461: hue angle of 190.54º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175461 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB238497-
CMYK0.760.1300.62
HSL190.54º61.67%23.53%-
HSV(B)190.54º76.29%38.04%-
XYZ5.687.3912.44-
YUV67.24144.7996.44-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.27%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=11.27%
G=41.18%
B=47.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2384970.760.1300.62190.5461.6723.53
Hex1754614CD03Ebf3e18
Octal27124141114150762777630
Binary10111101010011000011001100110101111101011111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175461; }

 p { color: rgb(23,84,97); }

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

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

 a { background-color: rgb(23,84,97); }

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

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

 span { border-color: rgb(23,84,97); }

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