Html Css Color HEX #174B58 Teal Blue

📋 copy color: '#174B58'

red 23 ◦ green 75 ◦ blue 88

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

Shades of Teal Blue #174B58

Tints of Teal Blue #174B58

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

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

R = 12.37%
G = 40.32%
B = 47.31%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174B58 (or 0x174B58) is known color: Teal Blue. HEX triplet: 17, 4B and 58. RGB value is (23,75,88). Sum of RGB (Red+Green+Blue) = 23+75+88=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #174B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B58 is #E8B4A7. Grayscale: #3C3C3C. Windows color (decimal): -15250600 or 5786391. OLE color: 5786391.

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

Color convert

RGB 23 75 88 -
CMYK 0.74 0.15 0 0.65
HSL 192º 0.59% 0.22% -
HSV(B) 192º 0.74% 0.35% -
XYZ 4.63 5.92 10.13 -
YUV 60.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 23 75 88 0.74 0.15 0 0.65 192 0.59 0.22
Hex 17 4B 58 4A F 0 41 C0 3B 16
Octal 27 113 130 112 17 0 101 300 73 26
Binary 10111 1001011 1011000 1001010 1111 0 1000001 11000000 111011 10110

Color Harmonies of #174B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B58

Black with #174B58

Text Example


Text Example

White with #174B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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