Html Css Color HEX #174640 Deep Teal

📋 copy color: '#174640'

red 23 ◦ green 70 ◦ blue 64

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

Shades of Deep Teal #174640

Tints of Deep Teal #174640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 14.65%
G = 44.59%
B = 40.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#174640 (or 0x174640) is known color: Deep Teal. HEX triplet: 17, 46 and 40. RGB value is (23,70,64). Sum of RGB (Red+Green+Blue) = 23+70+64=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #174640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174640 is #E8B9BF. Grayscale: #373737. Windows color (decimal): -15251904 or 4212247. OLE color: 4212247.

HSL color Cylindrical-coordinate representation of color #174640: hue angle of 172.34º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174640 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 70 64 -
CMYK 0.67 0 0.09 0.73
HSL 172.34º 0.51% 0.18% -
HSV(B) 172.34º 0.67% 0.27% -
XYZ 3.47 4.93 5.62 -
YUV 55.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 23 70 64 0.67 0 0.09 0.73 172.34 0.51 0.18
Hex 17 46 40 43 0 9 49 AC 33 12
Octal 27 106 100 103 0 11 111 254 63 22
Binary 10111 1000110 1000000 1000011 0 1001 1001001 10101100 110011 10010

Color Harmonies of #174640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174640

Black with #174640

Text Example


Text Example

White with #174640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174640; }

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

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

background-color css

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

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

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

border-color css

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

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

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