#164F41

Color #164F41 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #164F41

Tints of Deep Teal #164F41

Color information

#164F41 (or 0x164F41) is unknown color: approx Deep Teal. HEX triplet: 16, 4F and 41. RGB value is (22,79,65). Sum of RGB (Red+Green+Blue) = 22+79+65=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #164F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164F41 is #E9B0BE. Grayscale: #3C3C3C. Windows color (decimal): -15315135 or 4280086. OLE color: 4280086.

HSL color Cylindrical-coordinate representation of color #164F41: hue angle of 165.26º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164F41 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB227965-
CMYK0.7200.180.69
HSL165.26º56.44%19.8%-
HSV(B)165.26º72.15%30.98%-
XYZ4.086.145.97-
YUV60.36130.62100.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.25%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=13.25%
G=47.59%
B=39.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2279650.7200.180.69165.2656.4419.8
Hex164F414801245a53814
Octal261171011100221052457024
Binary1011010011111000001100100001001010001011010010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164F41; }

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

 H1.HeaderClassName
 {
   color: #164F41;
 }
 .AnyTagClassName
 {
   color: #164F41;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #164F41;
 }
 .BgClassName
 {
   background-color: #164F41;
 }
</style>
border-color css

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

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

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