Html Css Color HEX #174840 Deep Teal

📋 copy color: '#174840'

red 23 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #174840

Tints of Deep Teal #174840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 14.47%
G = 45.28%
B = 40.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#174840 (or 0x174840) is known color: Deep Teal. HEX triplet: 17, 48 and 40. RGB value is (23,72,64). Sum of RGB (Red+Green+Blue) = 23+72+64=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #174840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174840 is #E8B7BF. Grayscale: #383838. Windows color (decimal): -15251392 or 4212759. OLE color: 4212759.

HSL color Cylindrical-coordinate representation of color #174840: hue angle of 170.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174840 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 72 64 -
CMYK 0.68 0 0.11 0.72
HSL 170.2º 0.52% 0.19% -
HSV(B) 170.2º 0.68% 0.28% -
XYZ 3.6 5.19 5.66 -
YUV 56.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 23 72 64 0.68 0 0.11 0.72 170.2 0.52 0.19
Hex 17 48 40 44 0 B 48 AA 34 13
Octal 27 110 100 104 0 13 110 252 64 23
Binary 10111 1001000 1000000 1000100 0 1011 1001000 10101010 110100 10011

Color Harmonies of #174840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174840

Black with #174840

Text Example


Text Example

White with #174840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174840; }

 p { color: rgb(23,72,64); }

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

background-color css

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

 a { background-color: rgb(23,72,64); }

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

border-color css

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

 span { border-color: rgb(23,72,64); }

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