#174F5D

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

Shades of Teal Blue #174F5D

Tints of Teal Blue #174F5D

Color information

#174F5D (or 0x174F5D) is unknown color: approx Teal Blue. HEX triplet: 17, 4F and 5D. RGB value is (23,79,93). Sum of RGB (Red+Green+Blue) = 23+79+93=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #174F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174F5D is #E8B0A2. Grayscale: #3F3F3F. Windows color (decimal): -15249571 or 6115095. OLE color: 6115095.

HSL color Cylindrical-coordinate representation of color #174F5D: hue angle of 192º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #174F5D is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB237993-
CMYK0.750.1500.64
HSL192º60.34%22.75%-
HSV(B)192º75.27%36.47%-
XYZ5.136.5611.35-
YUV63.85144.4598.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.79%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=11.79%
G=40.51%
B=47.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2379930.750.1500.6419260.3422.75
Hex174F5D4BF040c03c17
Octal271171351131701003007427
Binary101111001111101110110010111111010000001100000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174F5D; }

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

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

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

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

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

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

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

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