Html Css Color HEX #174D58 Teal Blue

📋 copy color: '#174D58'

red 23 ◦ green 77 ◦ blue 88

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

Shades of Teal Blue #174D58

Tints of Teal Blue #174D58

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.96%

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

R = 12.23%
G = 40.96%
B = 46.81%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174D58 (or 0x174D58) is known color: Teal Blue. HEX triplet: 17, 4D and 58. RGB value is (23,77,88). Sum of RGB (Red+Green+Blue) = 23+77+88=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #174D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174D58 is #E8B2A7. Grayscale: #3E3E3E. Windows color (decimal): -15250088 or 5786903. OLE color: 5786903.

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

Color convert

RGB 23 77 88 -
CMYK 0.74 0.12 0 0.65
HSL 190.15º 0.59% 0.22% -
HSV(B) 190.15º 0.74% 0.35% -
XYZ 4.77 6.19 10.18 -
YUV 62.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 23 77 88 0.74 0.12 0 0.65 190.15 0.59 0.22
Hex 17 4D 58 4A C 0 41 BE 3B 16
Octal 27 115 130 112 14 0 101 276 73 26
Binary 10111 1001101 1011000 1001010 1100 0 1000001 10111110 111011 10110

Color Harmonies of #174D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174D58

Black with #174D58

Text Example


Text Example

White with #174D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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