#174741

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

Shades of Deep Teal #174741

Tints of Deep Teal #174741

Color information

#174741 (or 0x174741) is unknown color: approx Deep Teal. HEX triplet: 17, 47 and 41. RGB value is (23,71,65). Sum of RGB (Red+Green+Blue) = 23+71+65=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #174741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174741 is #E8B8BE. Grayscale: #373737. Windows color (decimal): -15251647 or 4278039. OLE color: 4278039.

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

Color convert

RGB237165-
CMYK0.6800.080.72
HSL172.5º51.06%18.43%-
HSV(B)172.5º67.61%27.84%-
XYZ3.565.075.79-
YUV55.96133.1104.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.47%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=14.47%
G=44.65%
B=40.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2371650.6800.080.72172.551.0618.43
Hex174741440848ac3312
Octal271071011040101102546322
Binary101111000111100000110001000100010010001010110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174741; }

 p { color: rgb(23,71,65); }

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

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

 a { background-color: rgb(23,71,65); }

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

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

 span { border-color: rgb(23,71,65); }

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