#164438

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

Shades of Deep Teal #164438

Tints of Deep Teal #164438

Color information

#164438 (or 0x164438) is unknown color: approx Deep Teal. HEX triplet: 16, 44 and 38. RGB value is (22,68,56). Sum of RGB (Red+Green+Blue) = 22+68+56=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #164438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164438 is #E9BBC7. Grayscale: #343434. Windows color (decimal): -15317960 or 3687446. OLE color: 3687446.

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

Color convert

RGB226856-
CMYK0.6800.180.73
HSL164.35º51.11%17.65%-
HSV(B)164.35º67.65%26.67%-
XYZ3.114.594.46-
YUV52.88129.76105.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=15.07%
G=46.58%
B=38.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2268560.6800.180.73164.3551.1117.65
Hex1644384401249a43312
Octal26104701040221112446322
Binary101101000100111000100010001001010010011010010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164438; }

 p { color: rgb(22,68,56); }

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

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

 a { background-color: rgb(22,68,56); }

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

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

 span { border-color: rgb(22,68,56); }

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