Html Css Color HEX #174740 Deep Teal

📋 copy color: '#174740'

red 23 ◦ green 71 ◦ blue 64

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

Shades of Deep Teal #174740

Tints of Deep Teal #174740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.94%

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

R = 14.56%
G = 44.94%
B = 40.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#174740 (or 0x174740) is known color: Deep Teal. HEX triplet: 17, 47 and 40. RGB value is (23,71,64). Sum of RGB (Red+Green+Blue) = 23+71+64=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #174740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174740 is #E8B8BF. Grayscale: #373737. Windows color (decimal): -15251648 or 4212503. OLE color: 4212503.

HSL color Cylindrical-coordinate representation of color #174740: hue angle of 171.25º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174740 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 71 64 -
CMYK 0.68 0 0.10 0.72
HSL 171.25º 0.51% 0.18% -
HSV(B) 171.25º 0.68% 0.28% -
XYZ 3.53 5.06 5.64 -
YUV 55.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 23 71 64 0.68 0 0.10 0.72 171.25 0.51 0.18
Hex 17 47 40 44 0 A 48 AB 33 12
Octal 27 107 100 104 0 12 110 253 63 22
Binary 10111 1000111 1000000 1000100 0 1010 1001000 10101011 110011 10010

Color Harmonies of #174740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174740

Black with #174740

Text Example


Text Example

White with #174740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174740; }

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

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

background-color css

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

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

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

border-color css

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

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

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