Html Css Color HEX #164741 Deep Teal

📋 copy color: '#164741'

red 22 ◦ green 71 ◦ blue 65

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

Shades of Deep Teal #164741

Tints of Deep Teal #164741

RGB

 RED value IS 22 (8.98% from 255) = 13.92%

 GREEN value IS 71 (28.13% from 255) = 44.94%

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 13.92%
G = 44.94%
B = 41.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#164741 (or 0x164741) is known color: Deep Teal. HEX triplet: 16, 47 and 41. RGB value is (22,71,65). Sum of RGB (Red+Green+Blue) = 22+71+65=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #164741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164741 is #E9B8BE. Grayscale: #373737. Windows color (decimal): -15317183 or 4278038. OLE color: 4278038.

HSL color Cylindrical-coordinate representation of color #164741: hue angle of 172.65º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164741 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 71 65 -
CMYK 0.69 0 0.08 0.72
HSL 172.65º 0.53% 0.18% -
HSV(B) 172.65º 0.69% 0.28% -
XYZ 3.54 5.06 5.79 -
YUV 55.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 22 71 65 0.69 0 0.08 0.72 172.65 0.53 0.18
Hex 16 47 41 45 0 8 48 AD 35 12
Octal 26 107 101 105 0 10 110 255 65 22
Binary 10110 1000111 1000001 1000101 0 1000 1001000 10101101 110101 10010

Color Harmonies of #164741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164741

Black with #164741

Text Example


Text Example

White with #164741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164741; }

 p { color: rgb(22,71,65); }

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

background-color css

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

 a { background-color: rgb(22,71,65); }

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

border-color css

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

 span { border-color: rgb(22,71,65); }

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