#174B5A

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

Shades of Teal Blue #174B5A

Tints of Teal Blue #174B5A

Color information

#174B5A (or 0x174B5A) is unknown color: approx Teal Blue. HEX triplet: 17, 4B and 5A. RGB value is (23,75,90). Sum of RGB (Red+Green+Blue) = 23+75+90=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #174B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B5A is #E8B4A5. Grayscale: #3D3D3D. Windows color (decimal): -15250598 or 5917463. OLE color: 5917463.

HSL color Cylindrical-coordinate representation of color #174B5A: hue angle of 193.43º 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 #174B5A is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB237590-
CMYK0.740.1700.65
HSL193.43º59.29%22.16%-
HSV(B)193.43º74.44%35.29%-
XYZ4.715.9510.57-
YUV61.16144.27100.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.23%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=12.23%
G=39.89%
B=47.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2375900.740.1700.65193.4359.2922.16
Hex174B5A4A11041c13b16
Octal271131321122101013017326
Binary1011110010111011010100101010001010000011100000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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