Html Css Color HEX #174A53 Teal Blue

📋 copy color: '#174A53'

red 23 ◦ green 74 ◦ blue 83

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

Shades of Teal Blue #174A53

Tints of Teal Blue #174A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 12.78%
G = 41.11%
B = 46.11%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174A53 (or 0x174A53) is known color: Teal Blue. HEX triplet: 17, 4A and 53. RGB value is (23,74,83). Sum of RGB (Red+Green+Blue) = 23+74+83=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #174A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A53 is #E8B5AC. Grayscale: #3B3B3B. Windows color (decimal): -15250861 or 5458455. OLE color: 5458455.

HSL color Cylindrical-coordinate representation of color #174A53: hue angle of 189º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174A53 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 74 83 -
CMYK 0.72 0.11 0 0.67
HSL 189º 0.57% 0.21% -
HSV(B) 189º 0.72% 0.33% -
XYZ 4.36 5.7 9.05 -
YUV 59.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 23 74 83 0.72 0.11 0 0.67 189 0.57 0.21
Hex 17 4A 53 48 B 0 43 BD 39 15
Octal 27 112 123 110 13 0 103 275 71 25
Binary 10111 1001010 1010011 1001000 1011 0 1000011 10111101 111001 10101

Color Harmonies of #174A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174A53

Black with #174A53

Text Example


Text Example

White with #174A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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