Html Css Color HEX #174853 Teal Blue

📋 copy color: '#174853'

red 23 ◦ green 72 ◦ blue 83

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

Shades of Teal Blue #174853

Tints of Teal Blue #174853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

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

R = 12.92%
G = 40.45%
B = 46.63%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174853 (or 0x174853) is known color: Teal Blue. HEX triplet: 17, 48 and 53. RGB value is (23,72,83). Sum of RGB (Red+Green+Blue) = 23+72+83=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #174853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174853 is #E8B7AC. Grayscale: #3A3A3A. Windows color (decimal): -15251373 or 5457943. OLE color: 5457943.

HSL color Cylindrical-coordinate representation of color #174853: hue angle of 191º 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 #174853 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 72 83 -
CMYK 0.72 0.13 0 0.67
HSL 191º 0.57% 0.21% -
HSV(B) 191º 0.72% 0.33% -
XYZ 4.23 5.44 9.01 -
YUV 58.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 23 72 83 0.72 0.13 0 0.67 191 0.57 0.21
Hex 17 48 53 48 D 0 43 BF 39 15
Octal 27 110 123 110 15 0 103 277 71 25
Binary 10111 1001000 1010011 1001000 1101 0 1000011 10111111 111001 10101

Color Harmonies of #174853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174853

Black with #174853

Text Example


Text Example

White with #174853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174853; }

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

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

background-color css

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

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

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

border-color css

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

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

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