Html Css Color HEX #174B5A Teal Blue

📋 copy color: '#174B5A'

red 23 ◦ green 75 ◦ blue 90

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

Shades of Teal Blue #174B5A

Tints of Teal Blue #174B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 12.23%
G = 39.89%
B = 47.87%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#174B5A (or 0x174B5A) is known color: Teal Blue. HEX triplet: 17, 4B and 5A. RGB value is (23,75,90). Sum of RGB (Red+Green+Blue) = 23+75+90=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #174B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B5A is #E8B4A5. Grayscale: #3D3D3D. Windows color (decimal): -15250598 or 5917463. OLE color: 5917463.

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

Color convert

RGB 23 75 90 -
CMYK 0.74 0.17 0 0.65
HSL 193.43º 0.59% 0.22% -
HSV(B) 193.43º 0.74% 0.35% -
XYZ 4.71 5.95 10.57 -
YUV 61.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 23 75 90 0.74 0.17 0 0.65 193.43 0.59 0.22
Hex 17 4B 5A 4A 11 0 41 C1 3B 16
Octal 27 113 132 112 21 0 101 301 73 26
Binary 10111 1001011 1011010 1001010 10001 0 1000001 11000001 111011 10110

Color Harmonies of #174B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B5A

Black with #174B5A

Text Example


Text Example

White with #174B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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