#174952

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

Shades of Teal Blue #174952

Tints of Teal Blue #174952

Color information

#174952 (or 0x174952) is unknown color: approx Teal Blue. HEX triplet: 17, 49 and 52. RGB value is (23,73,82). Sum of RGB (Red+Green+Blue) = 23+73+82=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #174952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174952 is #E8B6AD. Grayscale: #3A3A3A. Windows color (decimal): -15251118 or 5392663. OLE color: 5392663.

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

Color convert

RGB237382-
CMYK0.720.1100.68
HSL189.15º56.19%20.59%-
HSV(B)189.15º71.95%32.16%-
XYZ4.265.568.83-
YUV59.08140.94102.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.92%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=12.92%
G=41.01%
B=46.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2373820.720.1100.68189.1556.1920.59
Hex17495248B044bd3815
Octal271111221101301042757025
Binary101111001001101001010010001011010001001011110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174952; }

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

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

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

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

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

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

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

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