#175261

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

Shades of Teal Blue #175261

Tints of Teal Blue #175261

Color information

#175261 (or 0x175261) is unknown color: approx Teal Blue. HEX triplet: 17, 52 and 61. RGB value is (23,82,97). Sum of RGB (Red+Green+Blue) = 23+82+97=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #175261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175261 is #E8AD9E. Grayscale: #414141. Windows color (decimal): -15248799 or 6378007. OLE color: 6378007.

HSL color Cylindrical-coordinate representation of color #175261: hue angle of 192.16º 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 #175261 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB238297-
CMYK0.760.1500.62
HSL192.16º61.67%23.53%-
HSV(B)192.16º76.29%38.04%-
XYZ5.537.0812.38-
YUV66.07145.4597.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.39%
GREEN value IS 82 (32.42% from 255) = 40.59%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=11.39%
G=40.59%
B=48.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2382970.760.1500.62192.1661.6723.53
Hex1752614CF03Ec03e18
Octal27122141114170763007630
Binary10111101001011000011001100111101111101100000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175261; }

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

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

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

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

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

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

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

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