#174B52

Color #174B52 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #174B52

Tints of Teal Blue #174B52

Color information

#174B52 (or 0x174B52) is unknown color: approx Teal Blue. HEX triplet: 17, 4B and 52. RGB value is (23,75,82). Sum of RGB (Red+Green+Blue) = 23+75+82=180 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.78% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #174B52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B52 is #E8B4AD. Grayscale: #3C3C3C. Windows color (decimal): -15250606 or 5393175. OLE color: 5393175.

HSL color Cylindrical-coordinate representation of color #174B52: hue angle of 187.12º 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 #174B52 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB237582-
CMYK0.720.0900.68
HSL187.12º56.19%20.59%-
HSV(B)187.12º71.95%32.16%-
XYZ4.395.828.88-
YUV60.25140.27101.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.78%
GREEN value IS 75 (29.69% from 255) = 41.67%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=12.78%
G=41.67%
B=45.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2375820.720.0900.68187.1256.1920.59
Hex174B52489044bb3815
Octal271131221101101042737025
Binary101111001011101001010010001001010001001011101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174B52; }

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

 H1.HeaderClassName
 {
   color: #174B52;
 }
 .AnyTagClassName
 {
   color: #174B52;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #174B52;
 }
 .BgClassName
 {
   background-color: #174B52;
 }
</style>
border-color css

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

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

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