#164B3F

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

Shades of Deep Teal #164B3F

Tints of Deep Teal #164B3F

Color information

#164B3F (or 0x164B3F) is unknown color: approx Deep Teal. HEX triplet: 16, 4B and 3F. RGB value is (22,75,63). Sum of RGB (Red+Green+Blue) = 22+75+63=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #164B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B3F is #E9B4C0. Grayscale: #393939. Windows color (decimal): -15316161 or 4147990. OLE color: 4147990.

HSL color Cylindrical-coordinate representation of color #164B3F: hue angle of 166.42º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B3F is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB227563-
CMYK0.7100.160.71
HSL166.42º54.64%19.02%-
HSV(B)166.42º70.67%29.41%-
XYZ3.745.565.58-
YUV57.78130.94102.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.75%
GREEN value IS 75 (29.69% from 255) = 46.88%
BLUE value IS 63 (25% from 255) = 39.38%
R=13.75%
G=46.88%
B=39.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275630.7100.160.71166.4254.6419.02
Hex164B3F4701047a63713
Octal26113771070201072466723
Binary101101001011111111100011101000010001111010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,75,63); }

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

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

 a { background-color: rgb(22,75,63); }

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

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

 span { border-color: rgb(22,75,63); }

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