#174840

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

Shades of Deep Teal #174840

Tints of Deep Teal #174840

Color information

#174840 (or 0x174840) is unknown color: approx Deep Teal. HEX triplet: 17, 48 and 40. RGB value is (23,72,64). Sum of RGB (Red+Green+Blue) = 23+72+64=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #174840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174840 is #E8B7BF. Grayscale: #383838. Windows color (decimal): -15251392 or 4212759. OLE color: 4212759.

HSL color Cylindrical-coordinate representation of color #174840: hue angle of 170.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174840 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB237264-
CMYK0.6800.110.72
HSL170.2º51.58%18.63%-
HSV(B)170.2º68.06%28.24%-
XYZ3.65.195.66-
YUV56.44132.27104.15-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=14.47%
G=45.28%
B=40.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2372640.6800.110.72170.251.5818.63
Hex174840440B48aa3413
Octal271101001040131102526423
Binary101111001000100000010001000101110010001010101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174840; }

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

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

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

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

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

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

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

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