Html Css Color HEX #174940 Deep Teal

📋 copy color: '#174940'

red 23 ◦ green 73 ◦ blue 64

#174940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #174940

Tints of Deep Teal #174940

RGB

 RED value IS 23 (9.38% from 255) = 14.38%

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 64 (25.39% from 255) = 40%

R = 14.38%
G = 45.63%
B = 40%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#174940 (or 0x174940) is known color: Deep Teal. HEX triplet: 17, 49 and 40. RGB value is (23,73,64). Sum of RGB (Red+Green+Blue) = 23+73+64=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #174940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174940 is #E8B6BF. Grayscale: #393939. Windows color (decimal): -15251136 or 4213015. OLE color: 4213015.

HSL color Cylindrical-coordinate representation of color #174940: hue angle of 169.2º 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 #174940 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 73 64 -
CMYK 0.68 0 0.12 0.71
HSL 169.2º 0.52% 0.19% -
HSV(B) 169.2º 0.68% 0.29% -
XYZ 3.66 5.32 5.68 -
YUV 57.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 23 73 64 0.68 0 0.12 0.71 169.2 0.52 0.19
Hex 17 49 40 44 0 C 47 A9 34 13
Octal 27 111 100 104 0 14 107 251 64 23
Binary 10111 1001001 1000000 1000100 0 1100 1000111 10101001 110100 10011

Color Harmonies of #174940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174940

Black with #174940

Text Example


Text Example

White with #174940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174940; }

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

 H1.HeaderClassName
 {
   color: #174940;
 }
 .AnyTagClassName
 {
   color: #174940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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