Html Css Color HEX #174752 Teal Blue

📋 copy color: '#174752'

red 23 ◦ green 71 ◦ blue 82

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

Shades of Teal Blue #174752

Tints of Teal Blue #174752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 13.07%
G = 40.34%
B = 46.59%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#174752 (or 0x174752) is known color: Teal Blue. HEX triplet: 17, 47 and 52. RGB value is (23,71,82). Sum of RGB (Red+Green+Blue) = 23+71+82=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #174752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174752 is #E8B8AD. Grayscale: #393939. Windows color (decimal): -15251630 or 5392151. OLE color: 5392151.

HSL color Cylindrical-coordinate representation of color #174752: hue angle of 191.19º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174752 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 71 82 -
CMYK 0.72 0.13 0 0.68
HSL 191.19º 0.56% 0.21% -
HSV(B) 191.19º 0.72% 0.32% -
XYZ 4.13 5.3 8.79 -
YUV 57.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 23 71 82 0.72 0.13 0 0.68 191.19 0.56 0.21
Hex 17 47 52 48 D 0 44 BF 38 15
Octal 27 107 122 110 15 0 104 277 70 25
Binary 10111 1000111 1010010 1001000 1101 0 1000100 10111111 111000 10101

Color Harmonies of #174752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174752

Black with #174752

Text Example


Text Example

White with #174752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174752; }

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

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

background-color css

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

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

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

border-color css

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

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

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