Html Css Color HEX #174139 Deep Teal

📋 copy color: '#174139'

red 23 ◦ green 65 ◦ blue 57

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

Shades of Deep Teal #174139

Tints of Deep Teal #174139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

 BLUE value IS 57 (22.66% from 255) = 39.31%

R = 15.86%
G = 44.83%
B = 39.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#174139 (or 0x174139) is known color: Deep Teal. HEX triplet: 17, 41 and 39. RGB value is (23,65,57). Sum of RGB (Red+Green+Blue) = 23+65+57=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #174139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174139 is #E8BEC6. Grayscale: #333333. Windows color (decimal): -15253191 or 3752215. OLE color: 3752215.

HSL color Cylindrical-coordinate representation of color #174139: hue angle of 168.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174139 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 65 57 -
CMYK 0.65 0 0.12 0.75
HSL 168.57º 0.48% 0.17% -
HSV(B) 168.57º 0.65% 0.25% -
XYZ 2.98 4.26 4.54 -
YUV 51.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 23 65 57 0.65 0 0.12 0.75 168.57 0.48 0.17
Hex 17 41 39 41 0 C 4B A9 30 11
Octal 27 101 71 101 0 14 113 251 60 21
Binary 10111 1000001 111001 1000001 0 1100 1001011 10101001 110000 10001

Color Harmonies of #174139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174139

Black with #174139

Text Example


Text Example

White with #174139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174139; }

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

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

background-color css

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

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

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

border-color css

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

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

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