Html Css Color HEX #174A41 Deep Teal

📋 copy color: '#174A41'

red 23 ◦ green 74 ◦ blue 65

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

Shades of Deep Teal #174A41

Tints of Deep Teal #174A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.68%

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

R = 14.2%
G = 45.68%
B = 40.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#174A41 (or 0x174A41) is known color: Deep Teal. HEX triplet: 17, 4A and 41. RGB value is (23,74,65). Sum of RGB (Red+Green+Blue) = 23+74+65=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 74 (29.30% from 255 or 45.68% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 74 - color contains mainly: green. Hex color #174A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174A41 is #E8B5BE. Grayscale: #393939. Windows color (decimal): -15250879 or 4278807. OLE color: 4278807.

HSL color Cylindrical-coordinate representation of color #174A41: hue angle of 169.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174A41 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 74 65 -
CMYK 0.69 0 0.12 0.71
HSL 169.41º 0.53% 0.19% -
HSV(B) 169.41º 0.69% 0.29% -
XYZ 3.76 5.46 5.86 -
YUV 57.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 23 74 65 0.69 0 0.12 0.71 169.41 0.53 0.19
Hex 17 4A 41 45 0 C 47 A9 35 13
Octal 27 112 101 105 0 14 107 251 65 23
Binary 10111 1001010 1000001 1000101 0 1100 1000111 10101001 110101 10011

Color Harmonies of #174A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174A41

Black with #174A41

Text Example


Text Example

White with #174A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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