#174E42

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

Shades of Deep Teal #174E42

Tints of Deep Teal #174E42

Color information

#174E42 (or 0x174E42) is unknown color: approx Deep Teal. HEX triplet: 17, 4E and 42. RGB value is (23,78,66). Sum of RGB (Red+Green+Blue) = 23+78+66=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #174E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174E42 is #E8B1BD. Grayscale: #3C3C3C. Windows color (decimal): -15249854 or 4345367. OLE color: 4345367.

HSL color Cylindrical-coordinate representation of color #174E42: hue angle of 166.91º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174E42 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB237866-
CMYK0.7100.150.69
HSL166.91º54.46%19.8%-
HSV(B)166.91º70.51%30.59%-
XYZ4.066.026.1-
YUV60.19131.28101.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.77%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=13.77%
G=46.71%
B=39.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2378660.7100.150.69166.9154.4619.8
Hex174E42470F45a73614
Octal271161021070171052476624
Binary101111001110100001010001110111110001011010011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174E42; }

 p { color: rgb(23,78,66); }

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

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

 a { background-color: rgb(23,78,66); }

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

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

 span { border-color: rgb(23,78,66); }

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