Html Css Color HEX #174C41 Deep Teal

📋 copy color: '#174C41'

red 23 ◦ green 76 ◦ blue 65

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

Shades of Deep Teal #174C41

Tints of Deep Teal #174C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.34%

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

R = 14.02%
G = 46.34%
B = 39.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#174C41 (or 0x174C41) is known color: Deep Teal. HEX triplet: 17, 4C and 41. RGB value is (23,76,65). Sum of RGB (Red+Green+Blue) = 23+76+65=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #174C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C41 is #E8B3BE. Grayscale: #3A3A3A. Windows color (decimal): -15250367 or 4279319. OLE color: 4279319.

HSL color Cylindrical-coordinate representation of color #174C41: hue angle of 167.55º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C41 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 76 65 -
CMYK 0.70 0 0.14 0.70
HSL 167.55º 0.54% 0.19% -
HSV(B) 167.55º 0.7% 0.3% -
XYZ 3.89 5.73 5.9 -
YUV 58.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 23 76 65 0.70 0 0.14 0.70 167.55 0.54 0.19
Hex 17 4C 41 46 0 E 46 A8 36 13
Octal 27 114 101 106 0 16 106 250 66 23
Binary 10111 1001100 1000001 1000110 0 1110 1000110 10101000 110110 10011

Color Harmonies of #174C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174C41

Black with #174C41

Text Example


Text Example

White with #174C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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