Html Css Color HEX #174741 Deep Teal

📋 copy color: '#174741'

red 23 ◦ green 71 ◦ blue 65

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

Shades of Deep Teal #174741

Tints of Deep Teal #174741

RGB

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

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

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

R = 14.47%
G = 44.65%
B = 40.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#174741 (or 0x174741) is known color: Deep Teal. HEX triplet: 17, 47 and 41. RGB value is (23,71,65). Sum of RGB (Red+Green+Blue) = 23+71+65=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #174741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174741 is #E8B8BE. Grayscale: #373737. Windows color (decimal): -15251647 or 4278039. OLE color: 4278039.

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

Color convert

RGB 23 71 65 -
CMYK 0.68 0 0.08 0.72
HSL 172.5º 0.51% 0.18% -
HSV(B) 172.5º 0.68% 0.28% -
XYZ 3.56 5.07 5.79 -
YUV 55.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 23 71 65 0.68 0 0.08 0.72 172.5 0.51 0.18
Hex 17 47 41 44 0 8 48 AC 33 12
Octal 27 107 101 104 0 10 110 254 63 22
Binary 10111 1000111 1000001 1000100 0 1000 1001000 10101100 110011 10010

Color Harmonies of #174741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174741

Black with #174741

Text Example


Text Example

White with #174741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174741; }

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

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

background-color css

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

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

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

border-color css

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

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

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