#164339

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

Shades of Deep Teal #164339

Tints of Deep Teal #164339

Color information

#164339 (or 0x164339) is unknown color: approx Deep Teal. HEX triplet: 16, 43 and 39. RGB value is (22,67,57). Sum of RGB (Red+Green+Blue) = 22+67+57=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #164339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164339 is #E9BCC6. Grayscale: #343434. Windows color (decimal): -15318215 or 3752726. OLE color: 3752726.

HSL color Cylindrical-coordinate representation of color #164339: hue angle of 166.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164339 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB226757-
CMYK0.6700.150.74
HSL166.67º50.56%17.45%-
HSV(B)166.67º67.16%26.27%-
XYZ3.084.484.57-
YUV52.4130.59106.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.07%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 57 (22.66% from 255) = 39.04%
R=15.07%
G=45.89%
B=39.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267570.6700.150.74166.6750.5617.45
Hex164339430F4Aa73311
Octal26103711030171122476321
Binary10110100001111100110000110111110010101010011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164339; }

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

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

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

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

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

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

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

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