Html Css Color HEX #174E3F Deep Teal

📋 copy color: '#174E3F'

red 23 ◦ green 78 ◦ blue 63

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

Shades of Deep Teal #174E3F

Tints of Deep Teal #174E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.56%

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

R = 14.02%
G = 47.56%
B = 38.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#174E3F (or 0x174E3F) is known color: Deep Teal. HEX triplet: 17, 4E and 3F. RGB value is (23,78,63). Sum of RGB (Red+Green+Blue) = 23+78+63=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #174E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174E3F is #E8B1C0. Grayscale: #3B3B3B. Windows color (decimal): -15249857 or 4148759. OLE color: 4148759.

HSL color Cylindrical-coordinate representation of color #174E3F: hue angle of 163.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174E3F is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 78 63 -
CMYK 0.71 0 0.19 0.69
HSL 163.64º 0.54% 0.2% -
HSV(B) 163.64º 0.71% 0.31% -
XYZ 3.97 5.99 5.65 -
YUV 59.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 23 78 63 0.71 0 0.19 0.69 163.64 0.54 0.2
Hex 17 4E 3F 47 0 13 45 A4 36 14
Octal 27 116 77 107 0 23 105 244 66 24
Binary 10111 1001110 111111 1000111 0 10011 1000101 10100100 110110 10100

Color Harmonies of #174E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174E3F

Black with #174E3F

Text Example


Text Example

White with #174E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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