Html Css Color HEX #174A3C Deep Teal

📋 copy color: '#174A3C'

red 23 ◦ green 74 ◦ blue 60

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

Shades of Deep Teal #174A3C

Tints of Deep Teal #174A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.22%

R = 14.65%
G = 47.13%
B = 38.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#174A3C (or 0x174A3C) is known color: Deep Teal. HEX triplet: 17, 4A and 3C. RGB value is (23,74,60). Sum of RGB (Red+Green+Blue) = 23+74+60=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #174A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174A3C is #E8B5C3. Grayscale: #393939. Windows color (decimal): -15250884 or 3951127. OLE color: 3951127.

HSL color Cylindrical-coordinate representation of color #174A3C: hue angle of 163.53º 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 #174A3C is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 74 60 -
CMYK 0.69 0 0.19 0.71
HSL 163.53º 0.53% 0.19% -
HSV(B) 163.53º 0.69% 0.29% -
XYZ 3.62 5.41 5.13 -
YUV 57.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 23 74 60 0.69 0 0.19 0.71 163.53 0.53 0.19
Hex 17 4A 3C 45 0 13 47 A4 35 13
Octal 27 112 74 105 0 23 107 244 65 23
Binary 10111 1001010 111100 1000101 0 10011 1000111 10100100 110101 10011

Color Harmonies of #174A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174A3C

Black with #174A3C

Text Example


Text Example

White with #174A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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