#174C3E

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

Shades of Deep Teal #174C3E

Tints of Deep Teal #174C3E

Color information

#174C3E (or 0x174C3E) is unknown color: approx Deep Teal. HEX triplet: 17, 4C and 3E. RGB value is (23,76,62). Sum of RGB (Red+Green+Blue) = 23+76+62=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #174C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C3E is #E8B3C1. Grayscale: #3A3A3A. Windows color (decimal): -15250370 or 4082711. OLE color: 4082711.

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

Color convert

RGB237662-
CMYK0.7000.180.70
HSL164.15º53.54%19.41%-
HSV(B)164.15º69.74%29.8%-
XYZ3.815.75.46-
YUV58.56129.94102.64-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.29%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=14.29%
G=47.20%
B=38.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2376620.7000.180.70164.1553.5419.41
Hex174C3E4601246a43613
Octal27114761060221062446623
Binary101111001100111110100011001001010001101010010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,76,62); }

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

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

 a { background-color: rgb(23,76,62); }

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

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

 span { border-color: rgb(23,76,62); }

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