#164F43

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

Shades of Deep Teal #164F43

Tints of Deep Teal #164F43

Color information

#164F43 (or 0x164F43) is unknown color: approx Deep Teal. HEX triplet: 16, 4F and 43. RGB value is (22,79,67). Sum of RGB (Red+Green+Blue) = 22+79+67=168 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.10% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #164F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164F43 is #E9B0BC. Grayscale: #3C3C3C. Windows color (decimal): -15315133 or 4411158. OLE color: 4411158.

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

Color convert

RGB227967-
CMYK0.7200.150.69
HSL167.37º56.44%19.8%-
HSV(B)167.37º72.15%30.98%-
XYZ4.146.176.28-
YUV60.59131.62100.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.10%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=13.10%
G=47.02%
B=39.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2279670.7200.150.69167.3756.4419.8
Hex164F43480F45a73814
Octal261171031100171052477024
Binary101101001111100001110010000111110001011010011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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