#174852

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

Shades of Teal Blue #174852

Tints of Teal Blue #174852

Color information

#174852 (or 0x174852) is unknown color: approx Teal Blue. HEX triplet: 17, 48 and 52. RGB value is (23,72,82). Sum of RGB (Red+Green+Blue) = 23+72+82=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #174852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174852 is #E8B7AD. Grayscale: #3A3A3A. Windows color (decimal): -15251374 or 5392407. OLE color: 5392407.

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

Color convert

RGB237282-
CMYK0.720.1200.68
HSL190.17º56.19%20.59%-
HSV(B)190.17º71.95%32.16%-
XYZ4.195.438.81-
YUV58.49141.27102.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.99%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=12.99%
G=40.68%
B=46.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2372820.720.1200.68190.1756.1920.59
Hex17485248C044be3815
Octal271101221101401042767025
Binary101111001000101001010010001100010001001011111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174852; }

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

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

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

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

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

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

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

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