Html Css Color HEX #174C55 Teal Blue

📋 copy color: '#174C55'

red 23 ◦ green 76 ◦ blue 85

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

Shades of Teal Blue #174C55

Tints of Teal Blue #174C55

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

 BLUE value IS 85 (33.59% from 255) = 46.2%

R = 12.5%
G = 41.3%
B = 46.2%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174C55 (or 0x174C55) is known color: Teal Blue. HEX triplet: 17, 4C and 55. RGB value is (23,76,85). Sum of RGB (Red+Green+Blue) = 23+76+85=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #174C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174C55 is #E8B3AA. Grayscale: #3D3D3D. Windows color (decimal): -15250347 or 5590039. OLE color: 5590039.

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

Color convert

RGB 23 76 85 -
CMYK 0.73 0.11 0 0.67
HSL 188.71º 0.57% 0.21% -
HSV(B) 188.71º 0.73% 0.33% -
XYZ 4.58 6.01 9.51 -
YUV 61.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 23 76 85 0.73 0.11 0 0.67 188.71 0.57 0.21
Hex 17 4C 55 49 B 0 43 BD 39 15
Octal 27 114 125 111 13 0 103 275 71 25
Binary 10111 1001100 1010101 1001001 1011 0 1000011 10111101 111001 10101

Color Harmonies of #174C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174C55

Black with #174C55

Text Example


Text Example

White with #174C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,76,85); }

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

background-color css

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

 a { background-color: rgb(23,76,85); }

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

border-color css

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

 span { border-color: rgb(23,76,85); }

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