#164639

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

Shades of Deep Teal #164639

Tints of Deep Teal #164639

Color information

#164639 (or 0x164639) is unknown color: approx Deep Teal. HEX triplet: 16, 46 and 39. RGB value is (22,70,57). Sum of RGB (Red+Green+Blue) = 22+70+57=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #164639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164639 is #E9B9C6. Grayscale: #363636. Windows color (decimal): -15317447 or 3753494. OLE color: 3753494.

HSL color Cylindrical-coordinate representation of color #164639: hue angle of 163.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #164639 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB227057-
CMYK0.6900.190.73
HSL163.75º52.17%18.04%-
HSV(B)163.75º68.57%27.45%-
XYZ3.264.854.63-
YUV54.17129.6105.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=14.77%
G=46.98%
B=38.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270570.6900.190.73163.7552.1718.04
Hex1646394501349a43412
Octal26106711050231112446422
Binary101101000110111001100010101001110010011010010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164639; }

 p { color: rgb(22,70,57); }

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

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

 a { background-color: rgb(22,70,57); }

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

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

 span { border-color: rgb(22,70,57); }

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