#174E3F

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

Shades of Deep Teal #174E3F

Tints of Deep Teal #174E3F

Color information

#174E3F (or 0x174E3F) is unknown color: approx Deep Teal. HEX triplet: 17, 4E and 3F. RGB value is (23,78,63). Sum of RGB (Red+Green+Blue) = 23+78+63=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #174E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174E3F is #E8B1C0. Grayscale: #3B3B3B. Windows color (decimal): -15249857 or 4148759. OLE color: 4148759.

HSL color Cylindrical-coordinate representation of color #174E3F: hue angle of 163.64º 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 #174E3F is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB237863-
CMYK0.7100.190.69
HSL163.64º54.46%19.8%-
HSV(B)163.64º70.51%30.59%-
XYZ3.975.995.65-
YUV59.84129.78101.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.02%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 63 (25% from 255) = 38.41%
R=14.02%
G=47.56%
B=38.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2378630.7100.190.69163.6454.4619.8
Hex174E3F4701345a43614
Octal27116771070231052446624
Binary101111001110111111100011101001110001011010010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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