Html Css Color HEX #174855 Teal Blue

📋 copy color: '#174855'

red 23 ◦ green 72 ◦ blue 85

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

Shades of Teal Blue #174855

Tints of Teal Blue #174855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 47.22%

R = 12.78%
G = 40%
B = 47.22%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#174855 (or 0x174855) is known color: Teal Blue. HEX triplet: 17, 48 and 55. RGB value is (23,72,85). Sum of RGB (Red+Green+Blue) = 23+72+85=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #174855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174855 is #E8B7AA. Grayscale: #3A3A3A. Windows color (decimal): -15251371 or 5589015. OLE color: 5589015.

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

Color convert

RGB 23 72 85 -
CMYK 0.73 0.15 0 0.67
HSL 192.58º 0.57% 0.21% -
HSV(B) 192.58º 0.73% 0.33% -
XYZ 4.31 5.47 9.42 -
YUV 58.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 23 72 85 0.73 0.15 0 0.67 192.58 0.57 0.21
Hex 17 48 55 49 F 0 43 C1 39 15
Octal 27 110 125 111 17 0 103 301 71 25
Binary 10111 1001000 1010101 1001001 1111 0 1000011 11000001 111001 10101

Color Harmonies of #174855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174855

Black with #174855

Text Example


Text Example

White with #174855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174855; }

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

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

background-color css

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

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

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

border-color css

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

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

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