Html Css Color HEX #164841 Deep Teal

📋 copy color: '#164841'

red 22 ◦ green 72 ◦ blue 65

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

Shades of Deep Teal #164841

Tints of Deep Teal #164841

RGB

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

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

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

R = 13.84%
G = 45.28%
B = 40.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#164841 (or 0x164841) is known color: Deep Teal. HEX triplet: 16, 48 and 41. RGB value is (22,72,65). Sum of RGB (Red+Green+Blue) = 22+72+65=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #164841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164841 is #E9B7BE. Grayscale: #383838. Windows color (decimal): -15316927 or 4278294. OLE color: 4278294.

HSL color Cylindrical-coordinate representation of color #164841: hue angle of 171.6º 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 #164841 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 22 72 65 -
CMYK 0.69 0 0.10 0.72
HSL 171.6º 0.53% 0.18% -
HSV(B) 171.6º 0.69% 0.28% -
XYZ 3.6 5.19 5.81 -
YUV 56.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 22 72 65 0.69 0 0.10 0.72 171.6 0.53 0.18
Hex 16 48 41 45 0 A 48 AC 35 12
Octal 26 110 101 105 0 12 110 254 65 22
Binary 10110 1001000 1000001 1000101 0 1010 1001000 10101100 110101 10010

Color Harmonies of #164841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164841

Black with #164841

Text Example


Text Example

White with #164841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164841; }

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

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

background-color css

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

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

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

border-color css

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

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

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