Html Css Color HEX #175461 Teal Blue

📋 copy color: '#175461'

red 23 ◦ green 84 ◦ blue 97

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

Shades of Teal Blue #175461

Tints of Teal Blue #175461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.18%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 11.27%
G = 41.18%
B = 47.55%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175461 (or 0x175461) is known color: Teal Blue. HEX triplet: 17, 54 and 61. RGB value is (23,84,97). Sum of RGB (Red+Green+Blue) = 23+84+97=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #175461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175461 is #E8AB9E. Grayscale: #434343. Windows color (decimal): -15248287 or 6378519. OLE color: 6378519.

HSL color Cylindrical-coordinate representation of color #175461: hue angle of 190.54º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175461 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 84 97 -
CMYK 0.76 0.13 0 0.62
HSL 190.54º 0.62% 0.24% -
HSV(B) 190.54º 0.76% 0.38% -
XYZ 5.68 7.39 12.44 -
YUV 67.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 23 84 97 0.76 0.13 0 0.62 190.54 0.62 0.24
Hex 17 54 61 4C D 0 3E BF 3E 18
Octal 27 124 141 114 15 0 76 277 76 30
Binary 10111 1010100 1100001 1001100 1101 0 111110 10111111 111110 11000

Color Harmonies of #175461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175461

Black with #175461

Text Example


Text Example

White with #175461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175461; }

 p { color: rgb(23,84,97); }

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

background-color css

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

 a { background-color: rgb(23,84,97); }

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

border-color css

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

 span { border-color: rgb(23,84,97); }

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