Html Css Color HEX #174755 Teal Blue

📋 copy color: '#174755'

red 23 ◦ green 71 ◦ blue 85

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

Shades of Teal Blue #174755

Tints of Teal Blue #174755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.66%

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

R = 12.85%
G = 39.66%
B = 47.49%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174755 (or 0x174755) is known color: Teal Blue. HEX triplet: 17, 47 and 55. RGB value is (23,71,85). Sum of RGB (Red+Green+Blue) = 23+71+85=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #174755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174755 is #E8B8AA. Grayscale: #3A3A3A. Windows color (decimal): -15251627 or 5588759. OLE color: 5588759.

HSL color Cylindrical-coordinate representation of color #174755: hue angle of 193.55º 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 #174755 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 71 85 -
CMYK 0.73 0.16 0 0.67
HSL 193.55º 0.57% 0.21% -
HSV(B) 193.55º 0.73% 0.33% -
XYZ 4.25 5.34 9.4 -
YUV 58.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 23 71 85 0.73 0.16 0 0.67 193.55 0.57 0.21
Hex 17 47 55 49 10 0 43 C2 39 15
Octal 27 107 125 111 20 0 103 302 71 25
Binary 10111 1000111 1010101 1001001 10000 0 1000011 11000010 111001 10101

Color Harmonies of #174755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174755

Black with #174755

Text Example


Text Example

White with #174755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174755; }

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

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

background-color css

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

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

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

border-color css

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

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

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