Html Css Color HEX #174941 Deep Teal

📋 copy color: '#174941'

red 23 ◦ green 73 ◦ blue 65

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

Shades of Deep Teal #174941

Tints of Deep Teal #174941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.37%

R = 14.29%
G = 45.34%
B = 40.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#174941 (or 0x174941) is known color: Deep Teal. HEX triplet: 17, 49 and 41. RGB value is (23,73,65). Sum of RGB (Red+Green+Blue) = 23+73+65=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #174941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174941 is #E8B6BE. Grayscale: #393939. Windows color (decimal): -15251135 or 4278551. OLE color: 4278551.

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

Color convert

RGB 23 73 65 -
CMYK 0.68 0 0.11 0.71
HSL 170.4º 0.52% 0.19% -
HSV(B) 170.4º 0.68% 0.29% -
XYZ 3.69 5.33 5.84 -
YUV 57.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 23 73 65 0.68 0 0.11 0.71 170.4 0.52 0.19
Hex 17 49 41 44 0 B 47 AA 34 13
Octal 27 111 101 104 0 13 107 252 64 23
Binary 10111 1001001 1000001 1000100 0 1011 1000111 10101010 110100 10011

Color Harmonies of #174941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174941

Black with #174941

Text Example


Text Example

White with #174941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174941; }

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

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

background-color css

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

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

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

border-color css

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

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

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