#174540

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

Shades of Deep Teal #174540

Tints of Deep Teal #174540

Color information

#174540 (or 0x174540) is unknown color: approx Deep Teal. HEX triplet: 17, 45 and 40. RGB value is (23,69,64). Sum of RGB (Red+Green+Blue) = 23+69+64=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #174540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174540 is #E8BABF. Grayscale: #363636. Windows color (decimal): -15252160 or 4211991. OLE color: 4211991.

HSL color Cylindrical-coordinate representation of color #174540: hue angle of 173.48º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174540 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB236964-
CMYK0.6700.070.73
HSL173.48º50%18.04%-
HSV(B)173.48º66.67%27.06%-
XYZ3.414.815.6-
YUV54.68133.26105.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=14.74%
G=44.23%
B=41.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2369640.6700.070.73173.485018.04
Hex174540430749ad3212
Octal27105100103071112556222
Binary10111100010110000001000011011110010011010110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174540; }

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

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

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

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

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

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

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

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