Html Css Color HEX #174953 Teal Blue

📋 copy color: '#174953'

red 23 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #174953

Tints of Teal Blue #174953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 83 (32.81% from 255) = 46.37%

R = 12.85%
G = 40.78%
B = 46.37%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174953 (or 0x174953) is known color: Teal Blue. HEX triplet: 17, 49 and 53. RGB value is (23,73,83). Sum of RGB (Red+Green+Blue) = 23+73+83=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #174953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174953 is #E8B6AC. Grayscale: #3B3B3B. Windows color (decimal): -15251117 or 5458199. OLE color: 5458199.

HSL color Cylindrical-coordinate representation of color #174953: hue angle of 190º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #174953 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 73 83 -
CMYK 0.72 0.12 0 0.67
HSL 190º 0.57% 0.21% -
HSV(B) 190º 0.72% 0.33% -
XYZ 4.3 5.57 9.03 -
YUV 59.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 23 73 83 0.72 0.12 0 0.67 190 0.57 0.21
Hex 17 49 53 48 C 0 43 BE 39 15
Octal 27 111 123 110 14 0 103 276 71 25
Binary 10111 1001001 1010011 1001000 1100 0 1000011 10111110 111001 10101

Color Harmonies of #174953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174953

Black with #174953

Text Example


Text Example

White with #174953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174953; }

 p { color: rgb(23,73,83); }

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

background-color css

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

 a { background-color: rgb(23,73,83); }

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

border-color css

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

 span { border-color: rgb(23,73,83); }

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