Html Css Color HEX #174C3F Deep Teal

📋 copy color: '#174C3F'

red 23 ◦ green 76 ◦ blue 63

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

Shades of Deep Teal #174C3F

Tints of Deep Teal #174C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.89%

R = 14.2%
G = 46.91%
B = 38.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#174C3F (or 0x174C3F) is known color: Deep Teal. HEX triplet: 17, 4C and 3F. RGB value is (23,76,63). Sum of RGB (Red+Green+Blue) = 23+76+63=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #174C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C3F is #E8B3C0. Grayscale: #3A3A3A. Windows color (decimal): -15250369 or 4148247. OLE color: 4148247.

HSL color Cylindrical-coordinate representation of color #174C3F: hue angle of 165.28º 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 #174C3F is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 76 63 -
CMYK 0.70 0 0.17 0.70
HSL 165.28º 0.54% 0.19% -
HSV(B) 165.28º 0.7% 0.3% -
XYZ 3.83 5.71 5.6 -
YUV 58.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 23 76 63 0.70 0 0.17 0.70 165.28 0.54 0.19
Hex 17 4C 3F 46 0 11 46 A5 36 13
Octal 27 114 77 106 0 21 106 245 66 23
Binary 10111 1001100 111111 1000110 0 10001 1000110 10100101 110110 10011

Color Harmonies of #174C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174C3F

Black with #174C3F

Text Example


Text Example

White with #174C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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