#174E5A

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

Shades of Teal Blue #174E5A

Tints of Teal Blue #174E5A

Color information

#174E5A (or 0x174E5A) is unknown color: approx Teal Blue. HEX triplet: 17, 4E and 5A. RGB value is (23,78,90). Sum of RGB (Red+Green+Blue) = 23+78+90=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #174E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E5A is #E8B1A5. Grayscale: #3E3E3E. Windows color (decimal): -15249830 or 5918231. OLE color: 5918231.

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

Color convert

RGB237890-
CMYK0.740.1300.65
HSL190.75º59.29%22.16%-
HSV(B)190.75º74.44%35.29%-
XYZ4.926.3710.64-
YUV62.92143.2899.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.04%
GREEN value IS 78 (30.86% from 255) = 40.84%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=12.04%
G=40.84%
B=47.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2378900.740.1300.65190.7559.2922.16
Hex174E5A4AD041bf3b16
Octal271161321121501012777326
Binary101111001110101101010010101101010000011011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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