Html Css Color HEX #174A58 Teal Blue

📋 copy color: '#174A58'

red 23 ◦ green 74 ◦ blue 88

#174A58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #174A58

Tints of Teal Blue #174A58

RGB

 RED value IS 23 (9.38% from 255) = 12.43%

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 12.43%
G = 40%
B = 47.57%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174A58 (or 0x174A58) is known color: Teal Blue. HEX triplet: 17, 4A and 58. RGB value is (23,74,88). Sum of RGB (Red+Green+Blue) = 23+74+88=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #174A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A58 is #E8B5A7. Grayscale: #3C3C3C. Windows color (decimal): -15250856 or 5786135. OLE color: 5786135.

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

Color convert

RGB 23 74 88 -
CMYK 0.74 0.16 0 0.65
HSL 192.92º 0.59% 0.22% -
HSV(B) 192.92º 0.74% 0.35% -
XYZ 4.56 5.78 10.11 -
YUV 60.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 23 74 88 0.74 0.16 0 0.65 192.92 0.59 0.22
Hex 17 4A 58 4A 10 0 41 C1 3B 16
Octal 27 112 130 112 20 0 101 301 73 26
Binary 10111 1001010 1011000 1001010 10000 0 1000001 11000001 111011 10110

Color Harmonies of #174A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174A58

Black with #174A58

Text Example


Text Example

White with #174A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,74,88); }

 H1.HeaderClassName
 {
   color: #174A58;
 }
 .AnyTagClassName
 {
   color: #174A58;
 }
</style>

background-color css

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

 a { background-color: rgb(23,74,88); }

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

border-color css

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

 span { border-color: rgb(23,74,88); }

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