#164137

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

Shades of Deep Teal #164137

Tints of Deep Teal #164137

Color information

#164137 (or 0x164137) is unknown color: approx Deep Teal. HEX triplet: 16, 41 and 37. RGB value is (22,65,55). Sum of RGB (Red+Green+Blue) = 22+65+55=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #164137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164137 is #E9BEC8. Grayscale: #333333. Windows color (decimal): -15318729 or 3621142. OLE color: 3621142.

HSL color Cylindrical-coordinate representation of color #164137: hue angle of 166.05º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164137 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB226555-
CMYK0.6600.150.75
HSL166.05º49.43%17.06%-
HSV(B)166.05º66.15%25.49%-
XYZ2.914.234.28-
YUV51130.25107.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 55 (21.88% from 255) = 38.73%
R=15.49%
G=45.77%
B=38.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265550.6600.150.75166.0549.4317.06
Hex164137420F4Ba63111
Octal26101671020171132466121
Binary10110100000111011110000100111110010111010011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164137; }

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

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

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

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

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

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

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

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