#174D5A

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

Shades of Teal Blue #174D5A

Tints of Teal Blue #174D5A

Color information

#174D5A (or 0x174D5A) is unknown color: approx Teal Blue. HEX triplet: 17, 4D and 5A. RGB value is (23,77,90). Sum of RGB (Red+Green+Blue) = 23+77+90=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #174D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D5A is #E8B2A5. Grayscale: #3E3E3E. Windows color (decimal): -15250086 or 5917975. OLE color: 5917975.

HSL color Cylindrical-coordinate representation of color #174D5A: hue angle of 191.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #174D5A is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB237790-
CMYK0.740.1400.65
HSL191.64º59.29%22.16%-
HSV(B)191.64º74.44%35.29%-
XYZ4.856.2310.62-
YUV62.34143.6199.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=12.11%
G=40.53%
B=47.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2377900.740.1400.65191.6459.2922.16
Hex174D5A4AE041c03b16
Octal271151321121601013007326
Binary101111001101101101010010101110010000011100000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,77,90); }

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

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

 a { background-color: rgb(23,77,90); }

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

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

 span { border-color: rgb(23,77,90); }

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