#174942

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

Shades of Deep Teal #174942

Tints of Deep Teal #174942

Color information

#174942 (or 0x174942) is unknown color: approx Deep Teal. HEX triplet: 17, 49 and 42. RGB value is (23,73,66). Sum of RGB (Red+Green+Blue) = 23+73+66=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #174942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174942 is #E8B6BD. Grayscale: #393939. Windows color (decimal): -15251134 or 4344087. OLE color: 4344087.

HSL color Cylindrical-coordinate representation of color #174942: hue angle of 171.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174942 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB237366-
CMYK0.6800.100.71
HSL171.6º52.08%18.82%-
HSV(B)171.6º68.49%28.63%-
XYZ3.725.345.99-
YUV57.25132.94103.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.20%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=14.20%
G=45.06%
B=40.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2373660.6800.100.71171.652.0818.82
Hex174942440A47ac3413
Octal271111021040121072546423
Binary101111001001100001010001000101010001111010110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174942; }

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

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

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

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

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

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

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

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