#164E40

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

Shades of Deep Teal #164E40

Tints of Deep Teal #164E40

Color information

#164E40 (or 0x164E40) is unknown color: approx Deep Teal. HEX triplet: 16, 4E and 40. RGB value is (22,78,64). Sum of RGB (Red+Green+Blue) = 22+78+64=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #164E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164E40 is #E9B1BF. Grayscale: #3B3B3B. Windows color (decimal): -15315392 or 4214294. OLE color: 4214294.

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

Color convert

RGB227864-
CMYK0.7200.180.69
HSL165º56%19.61%-
HSV(B)165º71.79%30.59%-
XYZ3.985.995.8-
YUV59.66130.45101.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=13.41%
G=47.56%
B=39.02%

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
Decimal2278640.7200.180.691655619.61
Hex164E404801245a53814
Octal261161001100221052457024
Binary1011010011101000000100100001001010001011010010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,78,64); }

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

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

 a { background-color: rgb(22,78,64); }

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

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

 span { border-color: rgb(22,78,64); }

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