Html Css Color HEX #174E40 Deep Teal

📋 copy color: '#174E40'

red 23 ◦ green 78 ◦ blue 64

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

Shades of Deep Teal #174E40

Tints of Deep Teal #174E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.27%

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

R = 13.94%
G = 47.27%
B = 38.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#174E40 (or 0x174E40) is known color: Deep Teal. HEX triplet: 17, 4E and 40. RGB value is (23,78,64). Sum of RGB (Red+Green+Blue) = 23+78+64=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #174E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174E40 is #E8B1BF. Grayscale: #3B3B3B. Windows color (decimal): -15249856 or 4214295. OLE color: 4214295.

HSL color Cylindrical-coordinate representation of color #174E40: hue angle of 164.73º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174E40 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 78 64 -
CMYK 0.71 0 0.18 0.69
HSL 164.73º 0.54% 0.2% -
HSV(B) 164.73º 0.71% 0.31% -
XYZ 4 6 5.8 -
YUV 59.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 23 78 64 0.71 0 0.18 0.69 164.73 0.54 0.2
Hex 17 4E 40 47 0 12 45 A5 36 14
Octal 27 116 100 107 0 22 105 245 66 24
Binary 10111 1001110 1000000 1000111 0 10010 1000101 10100101 110110 10100

Color Harmonies of #174E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174E40

Black with #174E40

Text Example


Text Example

White with #174E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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