#174D42

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

Shades of Deep Teal #174D42

Tints of Deep Teal #174D42

Color information

#174D42 (or 0x174D42) is unknown color: approx Deep Teal. HEX triplet: 17, 4D and 42. RGB value is (23,77,66). Sum of RGB (Red+Green+Blue) = 23+77+66=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #174D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D42 is #E8B2BD. Grayscale: #3B3B3B. Windows color (decimal): -15250110 or 4345111. OLE color: 4345111.

HSL color Cylindrical-coordinate representation of color #174D42: hue angle of 167.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174D42 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB237766-
CMYK0.7000.140.70
HSL167.78º54%19.61%-
HSV(B)167.78º70.13%30.2%-
XYZ3.995.886.08-
YUV59.6131.61101.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.86%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=13.86%
G=46.39%
B=39.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2377660.7000.140.70167.785419.61
Hex174D42460E46a83614
Octal271151021060161062506624
Binary101111001101100001010001100111010001101010100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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